From 9df37d57e454c49b2c55418ad53b6d49a2be2589 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 3 Dec 2023 00:09:26 +0530 Subject: replaced production_mode with debug_mode in config file --- conf/conf.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') 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) -- cgit v1.2.3