-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathapp.json
37 lines (37 loc) · 1.01 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
{
"name": "MMSUB CHANNEL BOT",
"description": "MMSUB CHANNEL BUILDER BOT",
"repository": "https://github.com/modbots/mmsubmovies",
"logo": "https://nsa39.casimages.com/img/2018/11/29/181129075215413079.jpg",
"keywords": ["mmsub", "jav", "myanmar"],
"env": {
"ENV": {
"description": "Set it to anything to enable configuration by environment variables.",
"value": "ANYTHING"
},
"BOT_TOKEN": {
"description": "Get it from @BotFather"
},
"APP_ID": {
"description": "Your API_ID, Get it from https://my.telegram.org/apps"
},
"API_HASH": {
"description": "Your API_HASH, Get it from https://my.telegram.org/apps"
},
"SUDO_USERS": {
"description": "List of sudo users ids, seperated by space.",
"value": "999197022 939425014"
}
},
"addons": [{
"plan": "heroku-postgresql"
}],
"buildpacks": [
{
"url": "heroku/python"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"
}
]
}