-
Notifications
You must be signed in to change notification settings - Fork 51
/
app.json
42 lines (42 loc) · 1.12 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
{
"name": "Pdisk Upload Bot",
"description": "Pdisk Uploader",
"keywords": [
"pdisk",
"telegram"
],
"repository": "https://github.com/lntechnical2/pdisk-bot",
"success_url": "https://telegram.dog/lntechnical",
"env": {
"API_ID": {
"description": "Your APP ID From my.telegram.org ",
"value": ""
},
"API_HASH": {
"description": "Your API Hash From my.telegram.org ",
"value": ""
},
"TOKEN": {
"description": "Your Bot Token From @BotFather",
"value": ""
},
"ADMIN": {
"description": "Your User Id ",
"value": ""
},
"DB_URL": {
"description": "Your Mongo DB URL Obtained From mongodb.com Watch This Video https://youtu.be/HhHzCfrqsoE",
"value": ""
},
"DB_NAME":{
"description":"Your Mongo DB Database Name ",
"value": "mydata",
"required": false
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}