Skip to content

fix(config): remove switch on node env

Steven Chetwynd requested to merge development into master

Removed the switch between databases on the node environment, this was causing the database to change in different terminal session.

BREAKING CHANGE: Possible DB change, if your node environment has been set to test or dev, you will no longer be using the same database for your times, to rectify this change the name of the 'dev.db' or 'test.db' file in '/sherlock/lib/db' to 'sherlock.db'.

Merge request reports