Initial Commit
This commit is contained in:
18
.env
Normal file
18
.env
Normal 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
|
||||
Reference in New Issue
Block a user