mirror of
https://github.com/skyle1995/NetworkAuth.git
synced 2026-05-25 02:24:05 +08:00
调整日志和鉴权接管方案
This commit is contained in:
@@ -51,6 +51,11 @@ func SeedDefaultSettings() error {
|
||||
Value: "0",
|
||||
Description: "维护模式,0=关闭维护模式,1=开启维护模式",
|
||||
},
|
||||
{
|
||||
Name: "hide_login_entrance",
|
||||
Value: "0",
|
||||
Description: "隐藏登录入口,0=显示,1=隐藏(门户中不显示管理员或子账号登录入口)",
|
||||
},
|
||||
{
|
||||
Name: "encryption_key",
|
||||
Value: encryptionKey,
|
||||
|
||||
Reference in New Issue
Block a user