From f4c3bd4a2eae6861a6b6c053ab62b6538b64a1ff Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Thu, 20 Feb 2025 17:52:32 +0800 Subject: feat(cru-py): use new template format. --- templates/v2ray-config.json.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/v2ray-config.json.template') 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@@" } } } -- cgit v1.2.3