feat: implement logger
This commit is contained in:
@@ -85,6 +85,8 @@ type AppConfig struct {
|
||||
Version string `env:"APP_VERSION,1.0.0"`
|
||||
Environment string `env:"APP_ENVIRONMENT,development"`
|
||||
BaseURL string `env:"APP_BASE_URL,http://localhost:5173"`
|
||||
LogLevel string `env:"LOG_LEVEL,warn"`
|
||||
LogColorize bool `env:"LOG_COLORIZE,true"`
|
||||
}
|
||||
|
||||
type EmailConfig struct {
|
||||
|
||||
Reference in New Issue
Block a user