refactor: update SOURCE_DB_URL in .env.example to include connection timeout settings
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user