Files
edgetunnel/app.json
2020-12-13 23:03:41 +08:00

16 lines
402 B
JSON

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