mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 00:56:02 +00:00
15 lines
240 B
JavaScript
15 lines
240 B
JavaScript
const engines = [
|
|
{
|
|
label: 'MySQL',
|
|
connection: {
|
|
engine: 'mysql@dbgate-plugin-mysql',
|
|
server: 'localhost',
|
|
password: 'Pwd2020Db',
|
|
user: 'root',
|
|
port: 15001,
|
|
},
|
|
},
|
|
];
|
|
|
|
module.exports = engines;
|