Move ZMQ setting to top level and make advanced fields optional
ZMQ block notifications are important enough to be visible without expanding Advanced. Advanced fields no longer show a required asterisk since they all have sane defaults and the entrypoint already falls back to them via yq.
This commit is contained in:
@@ -47,7 +47,7 @@ export MINDIFF=$(q '.advanced.mindiff // 1000')
|
||||
export MAXDIFF=$(q '.advanced.maxdiff // 0')
|
||||
export DROPIDLE=$(q '.advanced.dropidle // 0')
|
||||
LOG_LEVEL=$(q '.advanced.log-level // "info"')
|
||||
ZMQ_ENABLED=$(q '.advanced.zmq-enabled // true')
|
||||
ZMQ_ENABLED=$(q '.zmq-enabled // true')
|
||||
TLS_ENABLED=$(q '.tls.enabled // "disabled"')
|
||||
TLS_PORT=$(q '.tls.port // 3334')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user