dbgate/integration-tests/engines.js

15 lines
240 B
JavaScript
Raw Normal View History

2021-05-27 07:12:21 +00:00
const engines = [
{
label: 'MySQL',
connection: {
engine: 'mysql@dbgate-plugin-mysql',
server: 'localhost',
password: 'Pwd2020Db',
user: 'root',
port: 15001,
},
},
];
module.exports = engines;