forked from zhangsean/heroku-xray
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
26 lines (26 loc) · 987 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "heroku-xray",
"description": "Deploy xray VLESS-TCP-XTLS-WHATEVER on Heroku.",
"keywords": ["heroku", "xray"],
"env": {
"UUID": {
"description": "The ID for vmess/vless and password for trojan.",
"value": "fe919394-f173-4391-aabf-b98c8a499218"
},
"DOMAIN": {
"description": "The Cloudflare worker domain or Heroku app domain used by end user.",
"value": "app-name.seanz.workers.dev"
},
"CF_KV_API_TOKEN": {
"description": "The Cloudflare API token with Workers KV permission.",
"value": "YXTcXnhf2uIIa9YoRcc8x0TmI8GdAy4d9jtYJxC4"
},
"CF_KV_NAMESPACE_ID": {
"description": "The Cloudflare KV namespace ID.",
"value": "4d7b910f88a846329264bf31cc3f5db4"
}
},
"website": "http://heroku-xray.herokuapp.com",
"repository": "https://github.com/zhangsean/heroku-xray",
"stack": "container"
}