-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathapp.json
36 lines (36 loc) · 883 Bytes
/
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
{
"name": "Pombo Correio",
"description": "Send secret messages through this inline telegram bot",
"repository": "https://github.com/leviobrabo/pombomsgbot",
"env": {
"API_TOKEN": {
"description": "Telegram API bot token",
"value": ""
},
"LOG_PATH": {
"description": "Path to the log-file",
"value": "Logs/session.log",
"required": false
},
"DATABASE_URL": {
"description": "URL for the PostgreSQL database",
"value": "",
"required": true
},
"ADMINS": {
"description": " ID of bot admin users (32400363 or 32400360, 52130333, 5122330)",
"value": "",
"required": true
},
"channelStatusId": {
"description": "Channel ID",
"value": "",
"required": true
}
},
"GROUP_ID": {
"description": "GROUP_ID LOG",
"value": "",
"required": true
}
}