-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathapp.json
29 lines (29 loc) · 855 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
{
"name": "tg-shellbot-heroku",
"description": "Heroku edition of github.com/botgram/shell-bot",
"keywords": ["shell", "telegram", "docker", "bot"],
"repository": "https://github.com/ssnjrthegr8/tg-shellbot-heroku.git",
"stack": "container",
"env": {
"BOT_TOKEN": {
"description": "Get from Telegram Botfathe",
"value": "1375021120:AAFCxmu4BuVhDS_YeNaUzvCWV0m_PsZNHDI"
},
"USER_ID": {
"description": "get from telegram get_id_bot",
"value": "244186213"
},
"USER_NAME": {
"description": "USERNAME",
"value": "cddc22"
},
"SA_ZIP_URL": {
"description": "Service Accounts ZIP URL.It Should be Zipped ",
"value": "https://raw.githubusercontent.com/cddc22/her/master/sa.zip"
},
"TEAM_DRIVE_ID": {
"description": "Destination Team Drive ID",
"value": "z0AAMbQ2_iy4gWUk9PVA"
}
}
}