Remove sensitive password from config.yaml

Remove the password from the configuration for security.
This commit is contained in:
donnel
2026-04-16 13:53:56 +08:00
committed by GitHub
parent 4442e7de30
commit 352e245389
+1 -1
View File
@@ -17,7 +17,7 @@ server:
port: 8080 # HTTP 服务端口,可通过浏览器访问 http://localhost:8080
# 认证配置
auth:
password: fWZWQVO5PgtZ49Vo-wYF5q9g # Web 登录密码,请修改为强密码
password: # Web 登录密码,请修改为强密码
session_duration_hours: 12 # 登录有效期(小时),超时后需重新登录
# 日志配置
log: