-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.json
56 lines (56 loc) · 2.21 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"telegram": {
"token": "do_not_set_here_please_go_to_config_override",
"handle": "do_not_set_here_please_go_to_config_override",
"is_silent": false,
"disable_web_page_preview": true,
"admin_chat_ids": [],
"manager_chat_ids": [],
"sysblok_chats": {
"main_chat": -1
},
"important_events_recipients": [],
"error_logs_recipients": [],
"usage_logs_recipients": []
},
"trello": {
"api_key": "do_not_set_here_please_go_to_config_override",
"token": "do_not_set_here_please_go_to_config_override",
"board_id": "do_not_set_here_please_go_to_config_override",
"deprecated": false
},
"focalboard": {
"token": "do_not_set_here_please_go_to_config_override",
"url": "do_not_set_here_please_go_to_config_override"
},
"sheets": {
"api_key_path": "do_not_set_here_please_go_to_config_override",
"authors_sheet_key": "do_not_set_here_please_go_to_config_override",
"curators_sheet_key": "do_not_set_here_please_go_to_config_override",
"hr_sheet_key": "do_not_set_here_please_go_to_config_override",
"hr_pt_sheet_key": "do_not_set_here_please_go_to_config_override",
"post_registry_sheet_key": "do_not_set_here_please_go_to_config_override",
"postcards_sheet_key": "do_not_set_here_please_go_to_config_override",
"rubrics_registry_sheet_key": "do_not_set_here_please_go_to_config_override",
"strings_sheet_key": "do_not_set_here_please_go_to_config_override"
},
"drive": {
"api_key_path": "do_not_set_here_please_go_to_config_override",
"illustrations_folder_key": "do_not_set_here_please_go_to_config_override",
"jobs_config_key": "do_not_set_here_please_go_to_config_override"
},
"facebook": {
"token": "do_not_set_here_please_go_to_config_override",
"page_id": "do_not_set_here_please_go_to_config_override"
},
"vk": {
"group_admin_token": "do_not_set_here_please_go_to_config_override",
"group_alias": "sysblok"
},
"db": {
"uri": "sqlite:///sysblokbot.sqlite"
},
"strings": {
"uri": "sqlite:///strings.sqlite"
}
}