mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-29 14:33:59 +00:00
integration tests WIP
This commit is contained in:
@@ -9,6 +9,26 @@ const engines = [
|
||||
port: 15001,
|
||||
},
|
||||
},
|
||||
{
|
||||
label: 'PostgreSQL',
|
||||
connection: {
|
||||
engine: 'postgres@dbgate-plugin-postgres',
|
||||
server: 'localhost',
|
||||
password: 'Pwd2020Db',
|
||||
user: 'postgres',
|
||||
port: 15000,
|
||||
},
|
||||
},
|
||||
{
|
||||
label: 'SQL Server',
|
||||
connection: {
|
||||
engine: 'mssql@dbgate-plugin-mssql',
|
||||
server: 'localhost',
|
||||
password: 'Pwd2020Db',
|
||||
user: 'sa',
|
||||
port: 15002,
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
module.exports = engines;
|
||||
|
||||
Reference in New Issue
Block a user