This commit is contained in:
zhaoxiaorong 2025-04-09 11:12:42 +08:00
parent b5374b85ff
commit dd9a692858
1 changed files with 7 additions and 6 deletions

View File

@ -7,6 +7,7 @@ type Base struct {
SecretKey string `yaml:"SecretKey"` // 服务秘钥
BindIP string `yaml:"BindIP"` // 绑定IP
Addr string `yaml:"Addr"`
OnMicroService bool `yaml:"OnMicroService"`
}
type DBConf struct {