From ef0d7ba5f8978db6e080592e0220ae5b0cfd6fa9 Mon Sep 17 00:00:00 2001 From: marcobaobao Date: Tue, 17 Sep 2024 10:51:31 +0200 Subject: [PATCH] updated config struct --- server/config/config.go | 1 - 1 file changed, 1 deletion(-) diff --git a/server/config/config.go b/server/config/config.go index edb2491..dff680d 100644 --- a/server/config/config.go +++ b/server/config/config.go @@ -9,7 +9,6 @@ import ( ) type Config struct { - CurrentLogFile string LogPath string `yaml:"log_path"` EnableFileLogging bool `yaml:"enable_file_logging"` BaseURL string `yaml:"base_url"`