refactor: update SOURCE_DB_URL in .env.example to include connection timeout settings

This commit is contained in:
2026-05-12 08:33:38 -05:00
parent b3e1979bfb
commit 13bbd4e82c

View File

@@ -1,4 +1,4 @@
SOURCE_DB_URL=sqlserver://sa:password@localhost:1433?database=master&packet+size=32767&loc=UTC SOURCE_DB_URL=sqlserver://sa:password@localhost:1433?database=master&packet+size=32767&loc=UTC&dial+timeout=120&connection+timeout=120&KeepAlive=30
TARGET_DB_URL=postgresql://postgres:password@localhost:5432/db TARGET_DB_URL=postgresql://postgres:password@localhost:5432/db
LOG_LEVEL=INFO LOG_LEVEL=INFO