Closed demarius closed 7 years ago
Probably should call something external to verify the DB connection. Maybe another HTTP request to couch.
Additionally, using _restart could very well not work in many environments. MacOs does not have init.d though so I think this makes sense for now.
_restart
init.d
There is a fix included here to setting defaultValue, as false values would fall through before.
defaultValue
false
@demarius will test in the am
Probably should call something external to verify the DB connection. Maybe another HTTP request to couch.
Additionally, using
_restart
could very well not work in many environments. MacOs does not haveinit.d
though so I think this makes sense for now.There is a fix included here to setting
defaultValue
, asfalse
values would fall through before.