forked from SpEcHiDe/FilesBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
34 lines (34 loc) · 955 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
{
"name": "Files Bot",
"description": "this app does one little thing, and does it well.",
"keywords": [
"productivity",
"share",
"files"
],
"website": "https://telesco.pe/SpEcHlDe",
"repository": "https://github.com/SpEcHiDe/FilesBot",
"success_url": "/",
"env": {
"TG_BOT_TOKEN": {
"description": "your Telegram Bot Token, from @BotFather"
},
"TG_BOT_USERNAME": {
"description": "your Telegram Bot UserName, from @BotFather( without @)"
},
"TG_DUMP_CHANNEL_ID": {
"description": "Telegram Channel ID. Example: -10012374356"
},
"TG_AUTH_USERS": {
"description": "Telegram Users, who can get links using the RoBot",
"value": "ALL"
}
},
"formation": {
"web": {
"quantity": 1,
"size": "free"
}
},
"image": "heroku/php"
}