Update .env.example with new variables

This commit is contained in:
2026-04-19 23:08:09 -05:00
parent 5bd730f026
commit b4a846575d

View File

@@ -1,2 +1,4 @@
PG_FROM_DB_URL=postgresql://postgres:password@localhost:5432/db SOURCE_DB_URL=sqlserver://sa:password@localhost:1433?database=master&packet+size=32767&loc=UTC
PG_TO_DB_URL=postgresql://postgres:password@localhost:5432/db TARGET_DB_URL=postgresql://postgres:password@localhost:5432/db
LOG_LEVEL=DEBUG