Files
dbgate/e2e-tests/env/portal-local/.env
2025-01-06 14:56:16 +01:00

16 lines
336 B
Bash

CONNECTIONS=mysql,postgres
LABEL_mysql=MySql
SERVER_mysql=localhost
USER_mysql=root
PASSWORD_mysql=Pwd2020Db
PORT_mysql=16004
ENGINE_mysql=mysql@dbgate-plugin-mysql
LABEL_postgres=Postgres
SERVER_postgres=localhost
USER_postgres=postgres
PASSWORD_postgres=Pwd2020Db
PORT_postgres=16000
ENGINE_postgres=postgres@dbgate-plugin-postgres