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