updated config struct

This commit is contained in:
2024-09-17 10:51:31 +02:00
parent f36ec7e6d3
commit ef0d7ba5f8

View File

@@ -9,7 +9,6 @@ import (
) )
type Config struct { type Config struct {
CurrentLogFile string
LogPath string `yaml:"log_path"` LogPath string `yaml:"log_path"`
EnableFileLogging bool `yaml:"enable_file_logging"` EnableFileLogging bool `yaml:"enable_file_logging"`
BaseURL string `yaml:"base_url"` BaseURL string `yaml:"base_url"`