Initial Commit

This commit is contained in:
2025-11-11 10:04:17 +01:00
commit 4279162aaf
7 changed files with 1116 additions and 0 deletions

18
.env Normal file
View File

@@ -0,0 +1,18 @@
# ---- Configuración HFSQL ----
HFSQL_DSN=HFSQL_TEST
HFSQL_SERVER=localhost
HFSQL_PORT=4900
HFSQL_DATABASE=TEST_STRYKER
HFSQL_USER=admin
HFSQL_PASSWORD=""
# ---- Configuración PostgreSQL ----
PG_HOST=localhost
PG_PORT=5432
PG_DB=Stryker_POSTGRE_TEST
PG_USER=postgres
PG_PASSWORD=admin
# ---- Parámetros generales ----
BATCH_SIZE=1
LOG_FILE=migracion.log