-
Notifications
You must be signed in to change notification settings - Fork 1
/
example.config.json
38 lines (38 loc) · 972 Bytes
/
example.config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"accounts": [
{
"email": "[email protected]",
"accessToken": "",
"refreshToken": "",
"notifiers": [
{
"type": "discord",
"webhookUrl": "Webhook URL, example : https://discord.com/api/webhooks/123456789/ABCDEFG123456789"
},
{
"type": "gotify",
"apiUrl": "Gotify Api URL, example : https://gotify.net",
"token": "RFRNGDQmCgboyVF : On the Gotify web UI, Apps > Create Application > reveal the token",
"priority": 10
}
]
},
{
"email": "[email protected]",
"accessToken": "",
"refreshToken": "",
"notifiers": [
{
"type": "discord",
"webhookUrl": "Webhook URL, example : https://discord.com/api/webhooks/123456789/ABCDEFG123456789"
}
]
}
],
"timezone": "Europe/Paris",
"locale": "fr-FR",
"language": {
"available": "Disponible",
"price": "Prix"
}
}