Update .env.example with new variables
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user