Skip to content

Commit

Permalink
Fix /etc/ config path
Browse files Browse the repository at this point in the history
  • Loading branch information
geertw committed Sep 6, 2023
1 parent 4f7f130 commit 0ef3cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func initConfig() {
viper.SetConfigName("config")

viper.AddConfigPath("./config")
viper.AddConfigPath("/etc/alerdt/")
viper.AddConfigPath("/etc/rdt-treinarchief-dumper/")
}

viper.AutomaticEnv() // read in environment variables that match
Expand Down

0 comments on commit 0ef3cf3

Please sign in to comment.