From b4a846575d7aa678fc0eafd9dc68899726051d7f Mon Sep 17 00:00:00 2001 From: Kylesoda <249518290+kylesoda@users.noreply.github.com> Date: Sun, 19 Apr 2026 23:08:09 -0500 Subject: [PATCH] Update .env.example with new variables --- .env.example | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 45ae4a4..7c51433 100644 --- a/.env.example +++ b/.env.example @@ -1,2 +1,4 @@ -PG_FROM_DB_URL=postgresql://postgres:password@localhost:5432/db -PG_TO_DB_URL=postgresql://postgres:password@localhost:5432/db \ No newline at end of file +SOURCE_DB_URL=sqlserver://sa:password@localhost:1433?database=master&packet+size=32767&loc=UTC +TARGET_DB_URL=postgresql://postgres:password@localhost:5432/db + +LOG_LEVEL=DEBUG