diff --git a/config.json b/config.json deleted file mode 100644 index f9c57f8..0000000 --- a/config.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "interval_seconds": 30, - "discord_webhook": "https://discord.com/api/webhooks/1476280778215264387/CCnXB03_MgwYUUKWQcw2PKFihny8UyDk4knqdPmnS85McjIFdokVW6MlkhBgLcv0yAZv", - "targets": [ - { "name": "OpenIssue", "url": "https://openissue.io" } - ] -} diff --git a/config.json.example b/config.json.example new file mode 100644 index 0000000..be2d822 --- /dev/null +++ b/config.json.example @@ -0,0 +1,7 @@ +{ + "interval_seconds": 30, + "discord_webhook": "", + "targets": [ + { "name": "OpenIssue", "url": "https://openissue.io" } + ] +}