Files
edgetunnel/app.json
2020-12-12 22:46:23 +08:00

16 lines
374 B
JSON

{
"name": "V2Ray",
"description": "Deploy V2ray on Heroku.",
"keywords": [
"V2Ray"
],
"env": {
"UUID": {
"description": "V2Ray UUID",
"value": "uuid"
}
},
"website": "https://ibcl.us/Heroku-V2Ray_20191014/",
"repository": "https://github.com/bclswl0827/v2ray-heroku",
"stack": "container"
}