pg test try to connect

This commit is contained in:
Jan Prochazka
2021-05-27 12:46:46 +02:00
parent 7ef7d9d2af
commit 3953f764a5

View File

@@ -22,7 +22,7 @@ const engines = [
label: 'PostgreSQL', label: 'PostgreSQL',
connection: { connection: {
engine: 'postgres@dbgate-plugin-postgres', engine: 'postgres@dbgate-plugin-postgres',
server: 'localhost', server: 'postgres',
password: 'Pwd2020Db', password: 'Pwd2020Db',
user: 'postgres', user: 'postgres',
port: 5432, port: 5432,