Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
NyakudyaA committed Jul 20, 2022
2 parents d392b1f + 76d223c commit b395195
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/env-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,14 @@ if [ -z "${EMBEDDED_BROKER}" ]; then
EMBEDDED_BROKER=enabled
fi

if [ -z "${CLUSTER_CONNECTION_RETRY_COUNT}" ]; then
CLUSTER_CONNECTION_RETRY_COUNT=10
fi

if [ -z "${CLUSTER_CONNECTION_MAX_WAIT}" ]; then
CLUSTER_CONNECTION_MAX_WAIT=500
fi

if [ -z "${DB_BACKEND}" ]; then
DB_BACKEND=
fi
Expand Down

0 comments on commit b395195

Please sign in to comment.