feat(logger): Log levels

This commit is contained in:
2024-12-17 15:45:40 +01:00
parent a2e94f715b
commit 94b766f106
3 changed files with 39 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
package models
type Config struct {
LogLevel string `mapstructure:"LOGLEVEL"`
Prod bool `mapstructure:"PRODUCION"`
Port string `mapstructure:"PORT"`
APIKey string `mapstructure:"APIKEY"`