From f21fb5d437c4f5b522c84c4b5fc2db46f09baa64 Mon Sep 17 00:00:00 2001 From: ljw <84855512@qq.com> Date: Mon, 28 Oct 2024 14:54:00 +0800 Subject: [PATCH] up --- conf/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/config.yaml b/conf/config.yaml index 84c342e..01a733b 100644 --- a/conf/config.yaml +++ b/conf/config.yaml @@ -3,7 +3,7 @@ app: web-client: 1 # 1:启用 0:禁用 gin: api-addr: "0.0.0.0:21114" - mode: "debug" #release,debug,test + mode: "release" #release,debug,test resources-path: 'resources' #对外静态文件目录 trust-proxy: "" gorm: @@ -23,7 +23,7 @@ rustdesk: personal: 1 logger: path: "./runtime/log.txt" - level: "debug" #trace,debug,info,warn,error,fatal + level: "warn" #trace,debug,info,warn,error,fatal report-caller: true proxy: enable: false