const config = { port: 3002, database: { DATABASE: 'koa', USERNAME: 'root', PASSWORD: '', PORT: '3306', HOST: 'localhost' } } module.exports = config