// Update with your config settings. module.exports = { estacion: { client: 'msslq', connection: { host: 'iphost', database: 'my_db', user: 'username', password: 'password' } } };