diff --git a/conf/openmetadata-security.yaml b/conf/openmetadata-security.yaml index 1e78c180189..0cfd1893a2d 100644 --- a/conf/openmetadata-security.yaml +++ b/conf/openmetadata-security.yaml @@ -160,3 +160,5 @@ health: downtimeInterval: 10s failureAttempts: 2 successAttempts: 1 + +sandboxModeEnabled: ${SANDBOX_MODE_ENABLED:-false} diff --git a/conf/openmetadata.yaml b/conf/openmetadata.yaml index ff27eaa6c28..39c4013a085 100644 --- a/conf/openmetadata.yaml +++ b/conf/openmetadata.yaml @@ -189,3 +189,5 @@ health: downtimeInterval: 10s failureAttempts: 2 successAttempts: 1 + +sandboxModeEnabled: ${SANDBOX_MODE_ENABLED:-false}