ptariche / koa-waterline

Deprecated: A middleware for your hose
MIT License
14 stars 11 forks source link

Testing init.js #19

Closed demarius closed 7 years ago

demarius commented 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.

There is a fix included here to setting defaultValue, as false values would fall through before.

ptariche commented 7 years ago

@demarius will test in the am