-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapp.json
More file actions
33 lines (33 loc) · 723 Bytes
/
app.json
File metadata and controls
33 lines (33 loc) · 723 Bytes
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
{
"name": "UBLoader",
"description": "Userge Bot Loader",
"keywords": ["telegram", "userbot", "python"],
"repository": "https://github.com/proavipatil/UBLoader",
"stack": "container",
"env": {
"DATABASE_URL": {
"description": "MongoDB Database URL",
"required": true
},
"API_ID": {
"description": "Telegram API ID",
"required": true
},
"API_HASH": {
"description": "Telegram API Hash",
"required": true
},
"GIT_PYTHON_REFRESH": {
"description": "Git Python Refresh Setting",
"value": "quiet",
"required": false
}
},
"buildpacks": [],
"formation": {
"worker": {
"quantity": 1,
"size": "basic"
}
}
}