-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathapp.json
More file actions
24 lines (24 loc) · 666 Bytes
/
app.json
File metadata and controls
24 lines (24 loc) · 666 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
{
"name": "pyTele-Loader",
"description": "A Universal Plugin to Deploy a Non-Supported Heroku Repo without any hassle. ",
"keywords": [
"plugin",
"loader",
"heroku",
"python"
],
"website": "https://t.me/FZXParadox",
"repository": "https://github.com/SilentDemonSD/pyTele-Loader",
"success_url": "https://t.me/FZXParadox",
"env": {
"REPO_URL": {
"description": "Deploy Repository URL, add Private Token if Repo is Private"
},
"REPO_BRANCH": {
"description": "Repo Branch, you want to deploy with your REPO_URL."
},
"START_CMD": {
"description": "Trigger Command for your Bot to Run."
}
}
}