fix: viper not unmarshalling env variables into the struct #3

Merged
weirdcat merged 2 commits from fix-config into main 2025-06-21 16:20:46 +03:00
Showing only changes of commit ad118cc832 - Show all commits

View File

@@ -75,8 +75,6 @@ func Load() (*Config, error) {
config = &cfg config = &cfg
fmt.Printf("The pg url is '%s'", config.DatabaseUrl)
return &cfg, nil return &cfg, nil
} }