From 352e245389da9f07d270e30931df119b9036906d Mon Sep 17 00:00:00 2001 From: donnel Date: Thu, 16 Apr 2026 13:53:56 +0800 Subject: [PATCH] Remove sensitive password from config.yaml Remove the password from the configuration for security. --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index eab30ef0..5551354f 100644 --- a/config.yaml +++ b/config.yaml @@ -17,7 +17,7 @@ server: port: 8080 # HTTP 服务端口,可通过浏览器访问 http://localhost:8080 # 认证配置 auth: - password: fWZWQVO5PgtZ49Vo-wYF5q9g # Web 登录密码,请修改为强密码 + password: # Web 登录密码,请修改为强密码 session_duration_hours: 12 # 登录有效期(小时),超时后需重新登录 # 日志配置 log: