[addon] add proxy for realdebrid unrestrict request

This commit is contained in:
TheBeastLT
2020-03-17 17:53:09 +01:00
parent 727c763e43
commit 7fd638b9e0
3 changed files with 43 additions and 41 deletions

View File

@@ -22,7 +22,10 @@
"env": {
"MONGODB_URI": "@mongodb-uri",
"DATABASE_URI": "@database-uri",
"TORRENTIO_ADDON_HOST": "@torrentio-addon-host"
"ADDON_HOST": "@torrentio-addon-host",
"PROXY_HOST": "@torrentio-proxy-host",
"PROXY_USERNAME": "@torrentio-proxy-username",
"PROXY_PASSWORD": "@torrentio-proxy-password"
}
}