forked from sumitbot/TorrentBotWebsite
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathapp.json
More file actions
28 lines (28 loc) · 720 Bytes
/
app.json
File metadata and controls
28 lines (28 loc) · 720 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
{
"name": "TorrentBotWebsite",
"description": "An aria2 website hosted on Heroku",
"repository": "https://github.com/eliasbenb/torrentbotwebsite",
"keywords": ["aria2c"],
"env": {
"HEROKU_APP_NAME": {
"description": "This should be the same as \"App name\" above."
},
"ARIA2C_SECRET": {
"description": "Aria2c's secret",
"value": "DEFAULT_SECRET"
},
"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"
}
]
}