-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings-template.json
43 lines (37 loc) · 1.37 KB
/
settings-template.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
{
"outline_servers": [
{
"id": "",
"api_url": "",
"location": "",
"is_enabled": true
},
{
"id": "",
"api_url": "",
"location": "",
"is_enabled": true
}
],
"tg_bot_settings":
{
"main_bot_api_token": "",
"monitor_bot_api_token": "",
"admin_chat_id": "",
"default_server_id": "",
"enable_blacklist": true,
"enable_whitelist": false,
"blacklisted_chat_ids": ["", ""],
"whitelisted_chat_ids": ["", ""]
},
"outline_dl_links":
{
"windows" : "https://s3.amazonaws.com/outline-releases/client/windows/stable/Outline-Client.exe",
"macos" : "https://itunes.apple.com/us/app/outline-app/id1356178125",
"linux" : "https://s3.amazonaws.com/outline-releases/client/linux/stable/Outline-Client.AppImage",
"chromeos": "https://play.google.com/store/apps/details?id=org.outline.android.client",
"ios" : "https://itunes.apple.com/us/app/outline-app/id1356177741",
"android" : "https://play.google.com/store/apps/details?id=org.outline.android.client",
"apk" : "https://s3.amazonaws.com/outline-releases/client/android/stable/Outline-Client.apk"
}
}