chore: update .env.example to set LOG_LEVEL to INFO and add Azure storage configuration variables
This commit is contained in:
10
.env.example
10
.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=
|
||||
|
||||
Reference in New Issue
Block a user