-
Notifications
You must be signed in to change notification settings - Fork 296
/
app.json
44 lines (44 loc) · 1.26 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
{
"name": "Renamer Bot",
"description": "Telegram File Renamer Bot",
"keywords": [
"Renamer Bot",
"Mongo DB"
],
"repository": "https://github.com/lntechnical2/RENAMER_BOT",
"success_url": "https://telegram.dog/lntechnical",
"env": {
"API_ID": {
"description": "Your App api_id from https://my.telegram.org",
"value": ""
},
"API_HASH": {
"description": "Your App api_hash from https://my.telegram.org",
"value": ""
},
"TOKEN": {
"description": "Your Bot Token from [BotFather](https://t.me/BotFather)",
"value": ""
},
"ADMIN": {
"description":"Add Your User ID: You can get it by typing '/id' to https://t.me/MissRose_bot"
},
"CHANNEL": {
"description":"Your Channel User Name without @"
},
"DB_URL": {
"description": "Your Mongo DB URL Obtained From mongodb.com",
"value": ""
},
"DB_NAME":{
"description":"Your Mongo DB Database Name ",
"value": "my",
"required": false
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}