forked from Elara6331/itd
Fix debug config paths
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user