-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathapp.json
38 lines (38 loc) · 906 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
37
38
{
"name": "Auto approve requests",
"description": "",
"logo": "",
"keywords": [
"AutoApproveRequests"
],
"repository": "https://github.com/vasusen-code/AutoApproveBot",
"website": "",
"success_url": "https://t.me/DroneBots",
"env": {
"API_HASH": {
"description": "Your API HASH from my.telegram.org",
"value": ""
},
"API_ID": {
"description": "Your API ID from my.telegram.org",
"value": ""
},
"AUTH": {
"description": "owner user id",
"value": ""
},
"BOT_TOKEN": {
"description": "BOT TOKEN.",
"value": ""
},
"CHAT": {
"description": "chat id of channel.",
"value": ""
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}