diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-02-20 17:52:32 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-02-20 18:02:19 +0800 |
commit | c8be4e6d6e3b46c9c012fd10794fd8fe3f45dc3e (patch) | |
tree | 2ccf8cb2027ba79bcfe777a7a10871eca23d507d /templates/v2ray-config.json.template | |
parent | a7359300539f6a4be04b871de04fd690e54addb8 (diff) | |
download | crupest-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.template | 4 |
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@@" } } } |