mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 23:45:59 +00:00
16 lines
331 B
Bash
16 lines
331 B
Bash
CONNECTIONS=mysql,postgres
|
|
|
|
LABEL_mysql=MySql
|
|
SERVER_mysql=mariadb
|
|
USER_mysql=root
|
|
PASSWORD_mysql=Pwd2020Db
|
|
PORT_mysql=3306
|
|
ENGINE_mysql=mysql@dbgate-plugin-mysql
|
|
|
|
LABEL_postgres=Postgres
|
|
SERVER_postgres=postgres
|
|
USER_postgres=postgres
|
|
PASSWORD_postgres=Pwd2020Db
|
|
PORT_postgres=5432
|
|
ENGINE_postgres=postgres@dbgate-plugin-postgres
|