aboutsummaryrefslogtreecommitdiff
path: root/templates/v2ray-config.json.template
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-02-20 17:52:32 +0800
committerYuqian Yang <crupest@crupest.life>2025-02-20 18:02:19 +0800
commitc8be4e6d6e3b46c9c012fd10794fd8fe3f45dc3e (patch)
tree2ccf8cb2027ba79bcfe777a7a10871eca23d507d /templates/v2ray-config.json.template
parenta7359300539f6a4be04b871de04fd690e54addb8 (diff)
downloadcrupest-c8be4e6d6e3b46c9c012fd10794fd8fe3f45dc3e.tar.gz
crupest-c8be4e6d6e3b46c9c012fd10794fd8fe3f45dc3e.tar.bz2
crupest-c8be4e6d6e3b46c9c012fd10794fd8fe3f45dc3e.zip
feat(cru-py): use new template format.
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@@"
}
}
}