docker_script

Signed-off-by: hanzhixiao <709674996@qq.com>
pull/897/head
hanzhixiao 2 years ago
parent 057a8bd5bb
commit 8e2ad0aadd

@ -29,7 +29,7 @@ import (
)
const (
cfgPath = "../../../../../config/config.yaml"
cfgPath = "../../config/config.yaml"
minioHealthCheckDuration = 1
maxRetry = 100
componentStartErrCode = 6000
@ -49,6 +49,7 @@ func initCfg() error {
if err = yaml.Unmarshal(data, &config.Config); err != nil {
return err
}
fmt.Println(config.Config.Mysql.Address)
return nil
}

Loading…
Cancel
Save