Skip to content

Commit

Permalink
Update app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuki Kikuchi authored Oct 6, 2019
1 parent 1a0a073 commit f2d0717
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "V2Ray",
"description": "Deploy V2ray to Heroku.",
"keywords": ["V2Ray"],
"env": {
"CONFIG_JSON": {
"description": "wsTLS configuration for V2Ray, listen port 80 or 8080.",
"value": "{\"inbounds\":[{\"port\":80,\"protocol\":\"vmess\",\"settings\":{\"clients\":[{\"id\":\"ad806487-2d26-4636-98b6-ab85cc8521f7\",\"alterId\":64}]},\"streamSettings\":{\"network\":\"ws\",\"wsSettings\":{\"path\":\"/ws\"}}}],\"outbounds\":[{\"protocol\":\"freedom\",\"settings\":{}}]}"
},
"website": "https://github.com/bclswl0827/v2ray-heroku",
"repository": "https://github.com/bclswl0827/v2ray-heroku",
"stack": "container"
}
"name": "V2Ray",
"description": "Deploy V2ray to Heroku.",
"keywords": ["V2Ray"],
"env": {
"CONFIG_JSON": {
"description": "V2Ray wsTLS 配置,监听 80 或 8080。",
"value": "{\"inbounds\":[{\"port\":80,\"protocol\":\"vmess\",\"settings\":{\"clients\":[{\"id\":\"ad806487-2d26-4636-98b6-ab85cc8521f7\",\"alterId\":64}]},\"streamSettings\":{\"network\":\"ws\",\"wsSettings\":{\"path\":\"/ws\"}}}],\"outbounds\":[{\"protocol\":\"freedom\",\"settings\":{}}]}"
}
},
"website": "https://github.com/bclswl0827/v2ray-heroku",
"repository": "https://github.com/bclswl0827/v2ray-heroku",
"stack": "container"
}

0 comments on commit f2d0717

Please sign in to comment.