forked from jpillora/node-torrent-cloud
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
19 lines (19 loc) · 701 Bytes
/
Copy pathapp.json
File metadata and controls
19 lines (19 loc) · 701 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "torrent-cloud",
"website": "https://github.com/jpillora/torrent-cloud",
"repository": "https://github.com/jpillora/torrent-cloud",
"env": {
"AUTH_USER": { "required": false },
"AUTH_PASSWORD": { "required": false },
"SEARCH_PROVIDERS_URL": {
"value": "https://gist.githubusercontent.com/jpillora/e667f3d16a6bd403edc4/raw/af4ff4a66a1599ccfd6940d90c633a39ecbf6ba1/torrent-cloud-search-provider-example.json",
"required": false
},
"AWS_BUCKET": { "required": false },
"AWS_REGION": { "required": false },
"AWS_ACCESS_KEY": { "required": false },
"AWS_SECRET_KEY": { "required": false },
"MEGA_EMAIL": { "required": false },
"MEGA_PASS": { "required": false }
}
}