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 | e870972428794f51912dfa955c6de0d712c74db1 (patch) | |
tree | 39d5a6118e31f211c3cc511d73618bca4082578e /templates/v2ray-config.json.template | |
parent | 75df0f7c4eaec0d50157ea8dc048241465da9c6c (diff) | |
download | crupest-e870972428794f51912dfa955c6de0d712c74db1.tar.gz crupest-e870972428794f51912dfa955c6de0d712c74db1.tar.bz2 crupest-e870972428794f51912dfa955c6de0d712c74db1.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@@" } } } |