Commit 5e152874 authored by qiuqunfeng's avatar qiuqunfeng
Browse files

debug

parent b56b4505
......@@ -65,6 +65,7 @@ func LoadConfig() *Config {
log.Info().Msgf("config password: %s", config.DBConfig.Password)
password := os.Getenv("RDB_PASSWORD")
log.Info().Msgf("RDB_PASSWORD: %s", password)
log.Info().Msgf("config: %+v", config)
if password != "" {
config.DBConfig.Password = password
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment