-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathapp.json
37 lines (36 loc) · 1.06 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
{
"name": "UEHToR",
"description": "Run UEHToR on heroku",
"repository": "https://github.com/shakilofficial0/UEHToR",
"keywords": ["UEHToR"],
"env": {
"HEROKU_APP_NAME": {
"description": "This should be the same as \"App name\" above."
},
"ARIA2C_SECRET": {
"description": "UEHToR's secret.It is the Master Password for Leacher Authorication",
"value": "cyberpass"
},
"USERNAME": {
"description": "Add Username like this. Note : 1st Username => 1st Password",
"value": "[\"alpha\", \"User2\", \"User3\", \"User4\", \"User5\"]"
},
"PASSWORD": {
"description": "Add Password like this. Note : 1st Username => 1st Password",
"value": "[\"alpha\", \"Pass2\", \"Pass3\", \"Pass4\", \"Pass5\"]"
},
"RCLONE_CONFIG": {
"description": "Rclone config to mount in one line, replace line breaks with \"\\n\"",
"required": false
},
"RCLONE_DESTINATION": {
"description": "Path to store your file in your Rclone drive. Must start with a forward slash.",
"required": false
}
},
"buildpacks": [
{
"url": "heroku/nodejs"
}
]
}