forked from UsergeTeam/Userge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
52 lines (52 loc) · 1.34 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
{
"name": "Userge",
"description": "userbot.",
"keywords": [
"telegram",
"userbot"
],
"repository": "https://github.com/uaudith/Userge",
"env": {
"APP_ID": {
"description": "Get this value from https://my.telegram.org",
"value": ""
},
"API_HASH": {
"description": "Get this value from https://my.telegram.org",
"value": ""
},
"HU_STRING_SESSION": {
"description": "Get it by running `bash genStr` command",
"value": ""
},
"DATABASE_URL": {
"description": "Mongodb url from https://cloud.mongodb.com/",
"value": ""
},
"PREFERRED_LANGUAGE": {
"description": "Your Languge ( ex: if english => 'en' )",
"value": "",
"required": false
},
"SCREENSHOT_API": {
"description": "api key from 'https://screenshotlayer.com'",
"value": "",
"required": false
}
},
"addons": [
],
"buildpacks": [
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"
}, {
"url": "heroku/python"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}