feat: update configuration handling to use cleanenv; remove unused dependencies and improve error logging

This commit is contained in:
2026-04-22 12:31:31 -05:00
parent 3b1371a270
commit 0ac5f01b65
4 changed files with 24 additions and 16 deletions

View File

@@ -24,7 +24,7 @@ func main() {
log.Fatalf("error leyendo configuracion: %v", err)
}
log.Debugf("Config: %+v", migrationConfig)
// log.Debugf("Config: %+v", migrationConfig)
startTime := time.Now()