This commit is contained in:
Lunny Xiao
2022-10-14 21:48:47 +08:00
committed by Jason Song
parent 8ec691f3ce
commit e7d5c99b42
8 changed files with 56 additions and 43 deletions

View File

@ -215,8 +215,8 @@ var (
HMACKey string `ini:"HMAC_KEY"`
Allways bool
}{}
MasterKeyProvider string
MasterKey []byte
MasterKeyProvider string
MasterKey []byte
// UI settings
UI = struct {