From d78459d66e47c4a3d49627847be3201612b094aa Mon Sep 17 00:00:00 2001 From: elkmaennchen Date: Sat, 28 Mar 2020 11:14:09 +0100 Subject: [PATCH] configuration file examples --- gitscord_webhook_config.json.exemple.full | 6 ++++++ gitscord_webhook_config.json.exemple.minimal | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 gitscord_webhook_config.json.exemple.full create mode 100644 gitscord_webhook_config.json.exemple.minimal diff --git a/gitscord_webhook_config.json.exemple.full b/gitscord_webhook_config.json.exemple.full new file mode 100644 index 0000000..fafee5a --- /dev/null +++ b/gitscord_webhook_config.json.exemple.full @@ -0,0 +1,6 @@ +{ + "discord_url":"https://discordapp.com/api/webhooks/000000000000000000/fnksdfiiendkdfnkdfkkfklslC-kkdklskdkfkgkssidfsHDUnkdniiIE-Vm684fduTT", + "language":"en", + "bot_name":"Git Stalk", + "bot_avatar":"https://railsware.com/blog/wp-content/uploads/2014/08/git-housekeeping.png" +} diff --git a/gitscord_webhook_config.json.exemple.minimal b/gitscord_webhook_config.json.exemple.minimal new file mode 100644 index 0000000..7fedf22 --- /dev/null +++ b/gitscord_webhook_config.json.exemple.minimal @@ -0,0 +1,3 @@ +{ + "discord_url":"https://discordapp.com/api/webhooks/000000000000000000/fnksdfiiendkdfnkdfkkfklslC-kkdklskdkfkgkssidfsHDUnkdniiIE-Vm684fduTT" +}