-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.example.json
44 lines (44 loc) · 1.14 KB
/
config.example.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
39
40
41
42
43
44
{
"timezone_location": "Europe/Istanbul",
"trello": {
"api_key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"api_token": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"board_id": "xxxxxxxxxxxxxxxxxxxxxxxx"
},
"services": [
{
"name": "Github Issues",
"endpoint": "https://<github-issues-service-endpoint>",
"secret": "youwish",
"strict": true,
"label_id": "xxxxxxxxxxxxxxxxxxxxxxxx",
"list_id": "xxxxxxxxxxxxxxxxxxxxxxxx",
"period": {
"type": "minute",
"interval": 15
}
},
{
"name": "Google Spreadsheet Habits",
"endpoint": "https://<habits-service-endpoint>",
"strict": true,
"label_id": "xxxxxxxxxxxxxxxxxxxxxxxx",
"list_id": "xxxxxxxxxxxxxxxxxxxxxxxx",
"period": {
"type": "hour",
"interval": 1
}
},
{
"name": "TodoDock",
"endpoint": "https://<tododock-service-endpoint>",
"strict": true,
"label_id": "xxxxxxxxxxxxxxxxxxxxxxxx",
"list_id": "xxxxxxxxxxxxxxxxxxxxxxxx",
"period": {
"type": "default",
"interval": 0
}
}
]
}