var config = { port: 3000, db: { user : '', password : '', name : '', options : { dialect: 'sqlite' } } }; module.exports = config;