-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
41 lines (41 loc) · 990 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
39
40
41
{
"name": "Crocodile Game",
"description": "A Telegram word-based game bot.",
"keywords": ["telegram", "python"],
"repository": "https://github.com/PatheticProgrammers/CrocodileGame",
"env": {
"BOT_TOKEN": {
"description": "A bot token from @BotFather.",
"required": true
},
"MONGO_URI": {
"description": "A MongoDB URI.",
"required": true
},
"API_ID": {
"description": "@otomytelegrambot dan api hash api id alınız.",
"value": ""
},
"API_HASH": {
"description": "@otomytelegrambot dan api hash api id alınız.",
"value": ""
},
"TOKEN": {
"description": "@botfather den aldığınız tokeni giriniz",
"value": ""
},
"USERNAME": {
"description": "Kullanıcı adınızı giriniz.",
"value": ""
},
"OWNER_ID": {
"description": "Bot Sahibinin İD girin.",
"value": ""
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}