add sync map data.

This commit is contained in:
2025-05-03 15:49:16 +08:00
parent 21f09ea41e
commit 2c713adc16
3 changed files with 109 additions and 1 deletions

View File

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