chore: update .env.example to set LOG_LEVEL to INFO and add Azure storage configuration variables

This commit is contained in:
2026-04-21 10:15:01 -05:00
parent 8217b13d08
commit c5a18f6d95

View File

@@ -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=