Add ENV variable support for sandbox mode enabled config (#3687)

This commit is contained in:
Vivek Ratnavel Subramanian 2022-03-25 17:23:07 -07:00 committed by GitHub
parent de6fb11927
commit 0c12a55ebf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -160,3 +160,5 @@ health:
downtimeInterval: 10s
failureAttempts: 2
successAttempts: 1
sandboxModeEnabled: ${SANDBOX_MODE_ENABLED:-false}

View File

@ -189,3 +189,5 @@ health:
downtimeInterval: 10s
failureAttempts: 2
successAttempts: 1
sandboxModeEnabled: ${SANDBOX_MODE_ENABLED:-false}