feat: Web sso env (#125)

This commit is contained in:
lejianwen
2025-02-07 17:52:40 +08:00
parent 2261a4292a
commit d486444680
3 changed files with 5 additions and 1 deletions
+1
View File
@@ -17,6 +17,7 @@ type App struct {
Register bool `mapstructure:"register"`
ShowSwagger int `mapstructure:"show-swagger"`
TokenExpire int `mapstructure:"token-expire"`
WebSso bool `mapstructure:"web-sso"`
}
type Admin struct {
Title string `mapstructure:"title"`