mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 17:36:01 +00:00
fix test env
This commit is contained in:
9
e2e-tests/env/portal-ci/.env
vendored
9
e2e-tests/env/portal-ci/.env
vendored
@@ -1,7 +1,7 @@
|
|||||||
CONNECTIONS=mysql,postgres
|
CONNECTIONS=mysql,postgres
|
||||||
|
|
||||||
LABEL_mysql=MySql-connection
|
LABEL_mysql=MySql-connection
|
||||||
SERVER_mysql=mariadb
|
SERVER_mysql=mysql
|
||||||
USER_mysql=root
|
USER_mysql=root
|
||||||
PASSWORD_mysql=Pwd2020Db
|
PASSWORD_mysql=Pwd2020Db
|
||||||
PORT_mysql=3306
|
PORT_mysql=3306
|
||||||
@@ -13,3 +13,10 @@ USER_postgres=postgres
|
|||||||
PASSWORD_postgres=Pwd2020Db
|
PASSWORD_postgres=Pwd2020Db
|
||||||
PORT_postgres=5432
|
PORT_postgres=5432
|
||||||
ENGINE_postgres=postgres@dbgate-plugin-postgres
|
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
|
||||||
|
|||||||
9
e2e-tests/env/portal-local/.env
vendored
9
e2e-tests/env/portal-local/.env
vendored
@@ -1,4 +1,4 @@
|
|||||||
CONNECTIONS=mysql,postgres
|
CONNECTIONS=mysql,postgres,pgask
|
||||||
|
|
||||||
LABEL_mysql=MySql-connection
|
LABEL_mysql=MySql-connection
|
||||||
SERVER_mysql=localhost
|
SERVER_mysql=localhost
|
||||||
@@ -13,3 +13,10 @@ USER_postgres=postgres
|
|||||||
PASSWORD_postgres=Pwd2020Db
|
PASSWORD_postgres=Pwd2020Db
|
||||||
PORT_postgres=16000
|
PORT_postgres=16000
|
||||||
ENGINE_postgres=postgres@dbgate-plugin-postgres
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user