-
Notifications
You must be signed in to change notification settings - Fork 112
/
Copy pathapp.json
32 lines (32 loc) · 1012 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
{
"name": "Calls Music 2",
"description": "Stream audio in Telegram group calls using GramJS and tgcallsjs",
"keywords": ["telegram", "music"],
"repository": "https://github.com/callsmusic/callsmusic2",
"env": {
"STRING_SESSION": {
"description": "A GramJS/Telethon string session. You can generate one at https://rojserbest.github.io/bssg.",
"required": true
},
"BOT_TOKEN": {
"description": "A bot token from @BotFather.",
"required": true
},
"API_ID": {
"description": "An app ID from https://my.telegram.org/apps.",
"required": true
},
"API_HASH": {
"description": "An app hash from https://my.telegram.org/apps.",
"required": true
}
},
"buildpacks": [
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},
{
"url": "heroku/nodejs"
}
]
}