Fix debug config paths

This commit is contained in:
Elara 2021-08-24 08:55:22 -07:00
parent 6e16aa7a7a
commit 7786ea1d58
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ func init() {
// Set config settings
setCfgDefaults()
viper.AddConfigPath("$HOME/.cmonfig")
viper.AddConfigPath("/etoc")
viper.AddConfigPath("$HOME/.config")
viper.AddConfigPath("/etc")
viper.SetConfigName("itd")
viper.SetConfigType("toml")
viper.WatchConfig()