mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-13 18:25:45 +00:00
fix mailserver config in dev
Signed-off-by: yenda <eric@status.im>
This commit is contained in:
parent
a02a0429c3
commit
0aa0d144a4
@ -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")))
|
||||
|
Loading…
x
Reference in New Issue
Block a user