mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 19:18:05 +00:00
Add ENV variable support for sandbox mode enabled config (#3687)
This commit is contained in:
parent
de6fb11927
commit
0c12a55ebf
@ -160,3 +160,5 @@ health:
|
||||
downtimeInterval: 10s
|
||||
failureAttempts: 2
|
||||
successAttempts: 1
|
||||
|
||||
sandboxModeEnabled: ${SANDBOX_MODE_ENABLED:-false}
|
||||
|
||||
@ -189,3 +189,5 @@ health:
|
||||
downtimeInterval: 10s
|
||||
failureAttempts: 2
|
||||
successAttempts: 1
|
||||
|
||||
sandboxModeEnabled: ${SANDBOX_MODE_ENABLED:-false}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user