Skip to content

Commit 26ee460

Browse files
committed
Added app.json
1 parent 39b94f1 commit 26ee460

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

app.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "M3u8-Proxy",
3+
"description": "Proxy m3u8 files through pure JavaScript.",
4+
"website": "https://m3u8.eltik.net",
5+
"repository": "https://github.com/Eltik/M3u8-Proxy",
6+
"keywords": ["node", "express", "anime", "movies", "api", "m3u8", "streaming", "proxy"],
7+
"env": {
8+
"PORT": {
9+
"description": "Set PORT for the proxy to run on.",
10+
"value": "3000"
11+
},
12+
"HOST": {
13+
"description": "Set HOST for the proxy to run on.",
14+
"value": "localhost"
15+
},
16+
"PUBLIC_URL": {
17+
"description": "Public URL for the proxy to run on.",
18+
"value": "http://localhost:3000"
19+
}
20+
}
21+
}

0 commit comments

Comments
 (0)