-
Notifications
You must be signed in to change notification settings - Fork 222
/
app.json
48 lines (48 loc) · 1.34 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
41
42
43
44
45
46
47
48
{
"name": "VJ Renamer Bot",
"description": "Telegram File Renamer Bot ",
"keywords": ["Renamer Bot", "Mongo DB"],
"repository": "https://github.com/VJBots/Rename-Render",
"env": {
"API_ID": {
"description": "Your APP ID From my.telegram.org ",
"value": ""
},
"API_HASH": {
"description": "Your API Hash From my.telegram.org ",
"value": ""
},
"FORCE_SUB": {
"description": "Your force sub channel user name without [@] ",
"value": "",
"required": false
},
"BOT_TOKEN": {
"description": "Your Bot Token From @BotFather",
"value": ""
},
"ADMIN": {
"description":"Add Your User ID multiple is use space to split",
"value": ""
},
"DB_URL": {
"description": "Your Mongo DB URL Obtained From mongodb.com",
"value": ""
},
"DB_NAME":{
"description":"Your Mongo DB Database Name ",
"value": "Cluster0",
"required": false
},
"START_PIC": {
"description": "Your Bot start cmd Pic",
"value": "",
"required": false
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}