增加登录Banner开关,默认开启

This commit is contained in:
wsczx
2025-08-24 01:16:27 +08:00
parent a44f2d6161
commit 437749acc5
4 changed files with 11 additions and 4 deletions

View File

@@ -57,6 +57,7 @@ type ServerConfig struct {
HttpServerLog bool `json:"http_server_log"`
Pprof bool `json:"pprof"`
Issuer string `json:"issuer"`
EnableBanner bool `json:"enable_banner"`
AdminUser string `json:"admin_user"`
AdminPass string `json:"admin_pass"`
AdminOtp string `json:"admin_otp"`