From 9b0db66b67ce38b7f5161bd996de7ddb716be13a Mon Sep 17 00:00:00 2001 From: leoalho Date: Thu, 26 Feb 2026 06:57:16 +0000 Subject: [PATCH] Update config.json.example --- config.json | 7 ------- config.json.example | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 config.json create mode 100644 config.json.example 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" } + ] +}