Fix monitoring not receiving config
This commit is contained in:
parent
05039420bd
commit
ad82277e96
1 changed files with 1 additions and 1 deletions
|
@ -54,4 +54,4 @@
|
|||
(postgres/generate-auth config auth)
|
||||
[(kc/generate-secret config auth)]
|
||||
(when (and (contains? auth :mon-auth) (contains? config :mon-cfg))
|
||||
(mon/generate-auth (:mon-config config) (:mon-auth auth)))))))
|
||||
(mon/generate-auth (:mon-cfg config) (:mon-auth auth)))))))
|
||||
|
|
Loading…
Reference in a new issue