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',
connection: {
engine: 'postgres@dbgate-plugin-postgres',
server: 'localhost',
server: 'postgres',
password: 'Pwd2020Db',
user: 'postgres',
port: 5432,