ReadInConfig will discover and load the configuration file from disk and key/value stores, searching in one of the defined paths.
()
| 1514 | // ReadInConfig will discover and load the configuration file from disk |
| 1515 | // and key/value stores, searching in one of the defined paths. |
| 1516 | func ReadInConfig() error { return v.ReadInConfig() } |
| 1517 | |
| 1518 | func (v *Viper) ReadInConfig() error { |
| 1519 | v.logger.Info("attempting to read in config file") |
nothing calls this directly
no test coverage detected