'use strict'; module.exports = () => { const config = exports = {}; // mongoose config config.mongoose = { url: 'mongodb://172.17.116.100:27017/cms', }; config.logger = { level: 'DEBUG', consoleLevel: 'DEBUG', }; return config; };