-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
36 lines (36 loc) · 937 Bytes
/
app.json
File metadata and controls
36 lines (36 loc) · 937 Bytes
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
{
"name": "itzcp",
"logo": "",
"keywords": ["python-telegram-bot,webhook,heroku"],
"repository": "https://github.com/Infinityworl/sublkbot",
"description": "Movie Filter Bot For Telegram",
"scripts": {},
"env": {
"TOKEN": {
"description": "Get TOKEN from https://t.me/BotFather ",
"required": true
},
"API_KEY": {
"description": "Enter Your Heroku Api Key , Set this if you need to bot run with webhook",
},
"APP_NAME": {
"description": "Enter Your Heroku App Name , Set this if you need to bot run with webhook",
},
"DATABASE_URL": {
"description": "eg : 'mongodb+srv://nimsara:nimsara@cluster0.hknox7b.mongodb.net/?retryWrites=true&w=majority&appName=Cluster0'",
"required": true
}
},
"formation": {
"web": {
"quantity": 1
}
},
"addons": [],
"buildpacks": [
{
"url": "heroku/python"
}
],
"stack": "heroku-22"
}