From ee9ce662930721934177802ded6ae0f45ede53c2 Mon Sep 17 00:00:00 2001 From: "SPRINX0\\prochazka" Date: Tue, 7 Jan 2025 10:55:03 +0100 Subject: [PATCH] fix test env --- e2e-tests/env/portal-ci/.env | 9 ++++++++- e2e-tests/env/portal-local/.env | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/e2e-tests/env/portal-ci/.env b/e2e-tests/env/portal-ci/.env index b64f3bef2..c7a421984 100644 --- a/e2e-tests/env/portal-ci/.env +++ b/e2e-tests/env/portal-ci/.env @@ -1,7 +1,7 @@ CONNECTIONS=mysql,postgres LABEL_mysql=MySql-connection -SERVER_mysql=mariadb +SERVER_mysql=mysql USER_mysql=root PASSWORD_mysql=Pwd2020Db PORT_mysql=3306 @@ -13,3 +13,10 @@ USER_postgres=postgres PASSWORD_postgres=Pwd2020Db PORT_postgres=5432 ENGINE_postgres=postgres@dbgate-plugin-postgres + +LABEL_pgask=Postgres-ask-connection +SERVER_pgask=postgres +USER_pgask=postgres +PORT_pgask=5432 +ENGINE_pgask=postgres@dbgate-plugin-postgres +PASSWORD_MODE_pgask=askUser diff --git a/e2e-tests/env/portal-local/.env b/e2e-tests/env/portal-local/.env index c6e93ad28..85b0ffee0 100644 --- a/e2e-tests/env/portal-local/.env +++ b/e2e-tests/env/portal-local/.env @@ -1,4 +1,4 @@ -CONNECTIONS=mysql,postgres +CONNECTIONS=mysql,postgres,pgask LABEL_mysql=MySql-connection SERVER_mysql=localhost @@ -13,3 +13,10 @@ USER_postgres=postgres PASSWORD_postgres=Pwd2020Db PORT_postgres=16000 ENGINE_postgres=postgres@dbgate-plugin-postgres + +LABEL_pgask=Postgres-ask-connection +SERVER_pgask=localhost +USER_pgask=postgres +PORT_pgask=16000 +ENGINE_pgask=postgres@dbgate-plugin-postgres +PASSWORD_MODE_pgask=askUser