const engines = [ { label: 'MySQL', connection: { engine: 'mysql@dbgate-plugin-mysql', server: 'localhost', password: 'Pwd2020Db', user: 'root', port: 15001, }, }, ]; module.exports = engines;