aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/conf.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/conf.go b/conf/conf.go
index 8afe1f4..7531e4f 100644
--- a/conf/conf.go
+++ b/conf/conf.go
@@ -84,7 +84,7 @@ func init() {
}
viper.SetDefault("port", "8765")
- viper.SetDefault("production_mode", false)
+ viper.SetDefault("debug_mode", false)
viper.SetDefault("security.min_password_length", 12)
viper.SetDefault("security.max_password_length", 72)