Merge pull request #1186 from satblip/fix/interval-env-vars
Add ability to setup interval through env vars
This commit is contained in:
commit
00b4f4708b
@ -322,8 +322,8 @@ audit_log:
|
|||||||
password: "${AUDIT_LOG_SINK_PASSWORD:}"
|
password: "${AUDIT_LOG_SINK_PASSWORD:}"
|
||||||
|
|
||||||
state:
|
state:
|
||||||
defaultInactivityTimeoutInSec: 10
|
defaultInactivityTimeoutInSec: "${DEFAULT_INACTIVITY_TIMEOUT:10}"
|
||||||
defaultStateCheckIntervalInSec: 10
|
defaultStateCheckIntervalInSec: "${DEFAULT_STATE_CHECK_INTERVAL:10}"
|
||||||
|
|
||||||
kafka:
|
kafka:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user