fix mailserver config in dev

Signed-off-by: yenda <eric@status.im>
This commit is contained in:
yenda 2020-01-21 23:13:43 +01:00
parent a02a0429c3
commit 0aa0d144a4
No known key found for this signature in database
GPG Key ID: 0095623C0069DCE6
1 changed files with 1 additions and 1 deletions

View File

@ -50,4 +50,4 @@
(def pow-target (js/parseFloat (get-config :POW_TARGET "0.002")))
(def pow-time (js/parseInt (get-config :POW_TIME "1")))
(def max-installations 2)
(def nimbus-enabled? (get-config :STATUS_GO_ENABLE_NIMBUS false))
(def nimbus-enabled? (enabled? (get-config :STATUS_GO_ENABLE_NIMBUS "0")))