mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-04-21 10:16:32 +02:00
Remove sensitive password from config.yaml
Remove the password from the configuration for security.
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ server:
|
||||
port: 8080 # HTTP 服务端口,可通过浏览器访问 http://localhost:8080
|
||||
# 认证配置
|
||||
auth:
|
||||
password: fWZWQVO5PgtZ49Vo-wYF5q9g # Web 登录密码,请修改为强密码
|
||||
password: # Web 登录密码,请修改为强密码
|
||||
session_duration_hours: 12 # 登录有效期(小时),超时后需重新登录
|
||||
# 日志配置
|
||||
log:
|
||||
|
||||
Reference in New Issue
Block a user