From f2efb6b2ff2a2aa2a13a73da3cd58c0f622c1934 Mon Sep 17 00:00:00 2001 From: shenjack-5600u <3695888@qq.com> Date: Sat, 27 Jan 2024 22:14:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86=E8=8B=B1=E8=AF=AD?= =?UTF-8?q?=E8=80=81=E5=B8=88=E6=98=AFGitHub=20copilot=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.rs b/src/config.rs index 3c8d924..df0941b 100644 --- a/src/config.rs +++ b/src/config.rs @@ -13,7 +13,7 @@ pub struct Config { pub cluster_id: String, /// CLUSTER_SECRET pub cluster_secret: String, - /// CLUSTER_BYOC + /// NO_DEMAON pub no_demaon: bool, // DISABLE_ACCESS_LOG // pub disable_access_log: bool,