aboutsummaryrefslogtreecommitdiff
path: root/templates/v2ray-config.json.template
diff options
context:
space:
mode:
Diffstat (limited to 'templates/v2ray-config.json.template')
-rw-r--r--templates/v2ray-config.json.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/v2ray-config.json.template b/templates/v2ray-config.json.template
index 33d3f16..c10eac2 100644
--- a/templates/v2ray-config.json.template
+++ b/templates/v2ray-config.json.template
@@ -7,7 +7,7 @@
"settings": {
"clients": [
{
- "id": "$CRUPEST_V2RAY_TOKEN",
+ "id": "@@CRUPEST_V2RAY_TOKEN@@",
"alterId": 0
}
]
@@ -15,7 +15,7 @@
"streamSettings": {
"network": "ws",
"wsSettings": {
- "path": "/_$CRUPEST_V2RAY_PATH"
+ "path": "/_@@CRUPEST_V2RAY_PATH@@"
}
}
}