diff --git a/config.go b/config.go index 5c93eae..dc20929 100644 --- a/config.go +++ b/config.go @@ -46,7 +46,7 @@ func validateConfigEntry(entry string, name string) bool { func LoadConfig() (*Config, error) { viper.SetConfigName("guildgate") - viper.AddConfigPath("/etc/") + viper.AddConfigPath("/etc/guildgate") viper.AddConfigPath(".") err := viper.ReadInConfig() if err != nil {