refactor: switch config to cleanenv and remove unused dependencies

Migrate config loading to cleanenv and drop unused dependencies and legacy config plumbing.
This commit is contained in:
2026-04-25 11:00:00 -05:00
parent 933a7572d5
commit f8e6c19431
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()