From 19528e408a8dc0e7ff9cfca983256cafc7461f96 Mon Sep 17 00:00:00 2001 From: robrotheram Date: Sun, 31 Dec 2023 10:34:15 +0000 Subject: [PATCH] updated config --- pkg/utils/config.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkg/utils/config.go b/pkg/utils/config.go index dc9e740..d926e8f 100644 --- a/pkg/utils/config.go +++ b/pkg/utils/config.go @@ -17,7 +17,9 @@ type Config struct { BaseURL string `mapstructure:"BASE_URL"` DatabasePath string `mapstructure:"DATABASE_PATH"` Dev bool `mapstructure:"DEVELOPMENT"` - Reset bool `mapstructure:"RESET"` + Reset bool `mapstructure:"0 + . + "` Loglevel string `mapstructure:"LOG_LEVEL"` ListenPort string `mapstructure:"LISTEN_PORT"` }