pull/805/head
hunterlong 2020-08-29 19:23:01 -07:00
parent ee52eaa96b
commit ba70a4c479
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ func LoadConfigs(cfgFile string) (*DbConfig, error) {
LetsEncryptHost: p.GetString("LETSENCRYPT_HOST"),
LetsEncryptEmail: p.GetString("LETSENCRYPT_EMAIL"),
ApiSecret: p.GetString("API_SECRET"),
SampleData: p.GetBool("SAMPLE_DATA"),
}
log.WithFields(utils.ToFields(configs)).Debugln("read config file: " + cfgFile)