mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 00:56:02 +00:00
integratyion tests WIP
This commit is contained in:
14
integration-tests/engines.js
Normal file
14
integration-tests/engines.js
Normal file
@@ -0,0 +1,14 @@
|
||||
const engines = [
|
||||
{
|
||||
label: 'MySQL',
|
||||
connection: {
|
||||
engine: 'mysql@dbgate-plugin-mysql',
|
||||
server: 'localhost',
|
||||
password: 'Pwd2020Db',
|
||||
user: 'root',
|
||||
port: 15001,
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
module.exports = engines;
|
||||
Reference in New Issue
Block a user