exports.init = function (config) {
    const mongoose = setupDb(config, (err) => {
        if (err) {
            process.exit(1);
        }