forked from qobuz-dl/qobuz-dl-telegram-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
60 lines (59 loc) · 1.3 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "telegram bot",
"description": "telegram bot",
"keywords": [
"telegram"
],
"repository": "https://github.com/",
"env": {
"OWNER_ID": {
"description": "Value",
"value": ""
},
"API_HASH": {
"description": "Value",
"value": ""
},
"APP_ID": {
"description": "Value",
"value": ""
},
"AUTH_IDS": {
"description": "Value",
"value": "0"
},
"BOT_TOKEN": {
"description": "Value",
"value": ""
},
"BOT_USERNAME": {
"description": "Value",
"value": ""
},
"QOBUZ_MAIL": {
"description": "Value",
"value": ""
},
"QOBUZ_PASS": {
"description": "Value",
"value": ""
},
"QOBUZ_QUAL": {
"description": "Value",
"value": "27"
},
"LOG_CHANNEL": {
"description": "Value",
"value": "0"
}
},
"buildpacks": [
{
"url": "https://github.com/hasibulkabir/heroku-buildpack-ffmpeg-ffprobe"
},
{
"url": "heroku/python"
}
],
"stack": "heroku-20"
}