This commit is contained in:
zhaoxiaorong
2025-04-11 16:45:11 +08:00
parent dd95b8d8b1
commit 04b8e5b03b
2 changed files with 28 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ type Base struct {
BindIP string `yaml:"BindIP"` // 绑定IP
Addr string `yaml:"Addr"`
OnMicroService bool `yaml:"OnMicroService"`
LoginUrl string `yaml:"LoginUrl"`
}
type DBConf struct {