mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 13:46:00 +00:00
23 lines
534 B
Bash
23 lines
534 B
Bash
CONNECTIONS=mysql,postgres,pgask
|
|
|
|
LABEL_mysql=MySql-connection
|
|
SERVER_mysql=localhost
|
|
USER_mysql=root
|
|
PASSWORD_mysql=Pwd2020Db
|
|
PORT_mysql=16004
|
|
ENGINE_mysql=mysql@dbgate-plugin-mysql
|
|
|
|
LABEL_postgres=Postgres-connection
|
|
SERVER_postgres=localhost
|
|
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
|