-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
50 lines (50 loc) · 1.26 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
{
"name":"Tgpartner",
"description":"TGPartner is a telegram bot that works parallel with you and provide additional interface and unlimited features.",
"keywords":[
"Telegram",
"Bot",
"Telethon",
"Telegram-Bot",
"Automation",
"Utility",
"Lifestyle",
"Command Line"
],
"logo":"https://telegra.ph/file/7c259652c2eebb4722b20.png",
"repository":"https://github.com/TheShubhendra/TGPartner",
"stack": "container",
"env":{
"ENV":"production",
"APP_ID":{
"description":"APP_ID obtained from https://my.telegram.org",
"required":true
},
"API_HASH":{
"description":"API_HASH obtained from https://my.telegram.org",
"required":true
},
"STRING_SESSION":{
"description": "Session String - generate it from https://repl.it/@TheShubhendra/String-session-generator#main.py .",
"required":true
}
},
"WEB_CONCURRENCY":{
"description":"The number of processes to run.",
"value":"1"
},
"formation":{
"worker":{
"quantity":1,
"size":"standard-1x"
}
},
"addons":[
{
"plan":"heroku-postgresql",
"options":{
"version":"13.1"
}
}
]
}