Files
edgetunnel/app.json
2022-04-05 20:01:05 +08:00

20 lines
523 B
JSON

{
"name": "V2Ray",
"description": "Deploy V2ray on Heroku.",
"keywords": [
"V2Ray"
],
"env": {
"UUID": {
"description": "V2Ray UUID",
"value": "ce7ea10b-5b27-49ab-a93d-6b184df9cce9"
},
"TUNNEL_TOKEN": {
"description": "Cloudflare Tunnel Token",
"required": false
}
},
"website": "https://github.com/zizifn/v2ray-heroku",
"repository": "https://github.com/zizifn/v2ray-heroku",
"stack": "container"
}