fix test env

This commit is contained in:
SPRINX0\prochazka
2025-01-07 10:55:03 +01:00
parent a11b87a923
commit ee9ce66293
2 changed files with 16 additions and 2 deletions

View File

@@ -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

View File

@@ -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