From c5a18f6d9553593cfec5eeed7985910271faf810 Mon Sep 17 00:00:00 2001 From: Kylesoda <249518290+kylesoda@users.noreply.github.com> Date: Tue, 21 Apr 2026 10:15:01 -0500 Subject: [PATCH] chore: update .env.example to set LOG_LEVEL to INFO and add Azure storage configuration variables --- .env.example | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 7c51433..803af83 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,12 @@ 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 +LOG_LEVEL=INFO + +AZ_STORAGE_ENABLED=false +AZ_ACCOUNT_NAME= +AZ_CONTAINER= +AZ_ACCOUNT_KEY= +AZ_USE_HTTPS=true +AZ_SERVICE_URL= +AZ_PREFIX=