Files
torrentio/now.json
2020-03-17 18:17:27 +01:00

32 lines
585 B
JSON

{
"version": 2,
"builds": [
{
"src": "/addon/**/*.js",
"use": "@now/node"
}
],
"routes": [
{
"src": "/static/(.*)",
"dest": "/addon/static/$1"
},
{
"src": "/(.*)",
"dest": "/addon/serverless.js"
}
],
"github": {
"silent": true
},
"env": {
"MONGODB_URI": "@mongodb-uri",
"DATABASE_URI": "@database-uri",
"ADDON_HOST": "@torrentio-addon-host",
"PROXY_HOST": "@torrentio-proxy-host",
"PROXY_USERNAME": "@torrentio-proxy-username",
"PROXY_PASSWORD": "@torrentio-proxy-password"
}
}