mirror of
https://github.com/mrusme/neonmodem.git
synced 2024-11-03 04:27:16 -05:00
Disabled Debug by default
This commit is contained in:
parent
53490a6ba5
commit
af5bfeeb06
@ -179,7 +179,7 @@ func (cfg *Config) Save() error {
|
||||
}
|
||||
|
||||
func SetDefaults(cacheDir string) {
|
||||
viper.SetDefault("Debug", "true")
|
||||
viper.SetDefault("Debug", "false")
|
||||
viper.SetDefault("Log", path.Join(cacheDir, "gobbs.log"))
|
||||
|
||||
// --- DialogBox ---
|
||||
|
Loading…
Reference in New Issue
Block a user