This commit is contained in:
wangchuxiao
2022-07-08 19:26:44 +08:00
parent 9e885c2379
commit 9e0e2fe124
6 changed files with 157 additions and 8 deletions
+4
View File
@@ -74,6 +74,10 @@ type config struct {
} `yaml:"minio"`
}
Dtm struct {
ServerURL string `json:"serverURL"`
}
Mysql struct {
DBAddress []string `yaml:"dbMysqlAddress"`
DBUserName string `yaml:"dbMysqlUserName"`