IEM-Alert/config.json.template
2024-05-09 22:00:26 -06:00

21 lines
376 B
Plaintext

{
"priorityColors": {
"1": "#00AFFF",
"2": "#00FF00",
"3": "#FFFF00",
"4": "#FFA500",
"5": "#FF0000"
},
"discord": {
"token": "YOUR_TOKEN",
"owner": "your_user_id",
"mainGuild": "your_guild_id",
"inviteChannel": "your_channel_id"
},
"ntfy": {
"enabled": false,
"server": "https://Example.com",
"token": "ntfy_access_token",
"prefix": "iem-"
}
}