fix: default value for SECONDARY_DB_ENABLED

This commit is contained in:
Karol Sójko 2023-08-15 12:56:55 +02:00
parent 7d22b1c15c
commit 383c3a68fa
No known key found for this signature in database
GPG key ID: C2F813669419D05F

View file

@ -63,6 +63,9 @@ fi
if [ -z "$CACHE_TYPE" ]; then
export CACHE_TYPE="redis"
fi
if [ -z "$SECONDARY_DB_ENABLED" ]; then
export SECONDARY_DB_ENABLED=false
fi
export DB_MIGRATIONS_PATH="dist/migrations/*.js"
#########