Update config.json.example

This commit is contained in:
leoalho 2026-02-26 06:57:16 +00:00
parent d0388111ae
commit 9b0db66b67
2 changed files with 7 additions and 7 deletions

View file

@ -1,7 +0,0 @@
{
"interval_seconds": 30,
"discord_webhook": "https://discord.com/api/webhooks/1476280778215264387/CCnXB03_MgwYUUKWQcw2PKFihny8UyDk4knqdPmnS85McjIFdokVW6MlkhBgLcv0yAZv",
"targets": [
{ "name": "OpenIssue", "url": "https://openissue.io" }
]
}

7
config.json.example Normal file
View file

@ -0,0 +1,7 @@
{
"interval_seconds": 30,
"discord_webhook": "",
"targets": [
{ "name": "OpenIssue", "url": "https://openissue.io" }
]
}