-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathapp.json
40 lines (40 loc) · 1.11 KB
/
app.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
{
"env": {
"API_ID": {
"description": "https://my.telegram.org"
},
"API_HASH": {
"description": "https://my.telegram.org"
},
"BOT_TOKEN": {
"description": "https://t.me/BotFather"
},
"TESTMODE": {
"description": "Use Telegram's test servers",
"value": "0",
"required": false
},
"EVERYONE_CHATS": {
"description": "Chats for everyone, space seperated, IDs only"
},
"ADMIN_CHATS": {
"description": "Chats for admins, space seperated, IDs only"
},
"PROGRESS_UPDATE_DELAY": {
"description": "Delay for progress and other things",
"value": "10",
"required": false
},
"MAGNET_TIMEOUT": {
"description": "Timeout for magnets",
"value": "60",
"required": false
},
"LEECH_TIMEOUT": {
"description": "Timeout for leeches",
"value": "300",
"required": false
}
},
"stack": "container"
}