forked from cbogithub/telegram-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
27 lines (27 loc) · 626 Bytes
/
app.json
File metadata and controls
27 lines (27 loc) · 626 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
{
"name": "Telegram Bot",
"description": "A simple PHP powered Telegram Bot",
"keywords": [
"PHP",
"Telegram",
"Bot"
],
"website": "https://reboot13.hashnode.dev",
"repository": "https://github.com/reboot13-git/telegram-bot",
"success_url": "/",
"env": {
"API_TOKEN": {
"description": "1687857845:AAHLshVs1IU4HFljIt7wV7gEA2fy2ncGi-I"
},
"CHAT": {
"description": "g575203487"
}
},
"formation": {
"web": {
"quantity": 1,
"size": "free"
}
},
"image": "heroku/php"
}