module.exports = { "client": "mysql", "connection": { "host": "localhost", "port": 3306, "user": "root", "password": "development", "database": "dashome", "charset" : 'utf8mb4' } }