-
Notifications
You must be signed in to change notification settings - Fork 31
/
app.json
35 lines (35 loc) · 984 Bytes
/
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
{
"name": "Live Torrent Server",
"description": "Backend server for Live Torrent project",
"repository": "https://github.com/Davenchy/live-torrent-backend",
"logo": "https://github.com/Davenchy/live-torrent/raw/master/public/img/logo.png",
"keywords": [
"backend",
"express",
"live-torrent",
"torrent",
"webtorrent",
"server",
"stream"
],
"env": {
"OSUA": {
"description": "OpenSubtitles User Agent [without it no subtitles support][for more info visit Davenchy/live-torrent-backend on Github]",
"required": true,
"value": ""
},
"SERVER_KEY": {
"description": "server ssl protocol private key file content",
"required": false,
"value": ""
},
"SERVER_CERT": {
"description": "server ssl protocol certificate file content",
"required": false,
"value": ""
},
"NPM_CONFIG_PRODUCTION": "true"
},
"image": "davenchy/live-torrent-backend",
"success_url": "/"
}