mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
16 lines
344 B
Bash
16 lines
344 B
Bash
CONNECTIONS=mysql,postgres
|
|
|
|
LABEL_mysql=MySql localhost
|
|
SERVER_mysql=localhost
|
|
USER_mysql=root
|
|
PASSWORD_mysql=test
|
|
PORT_mysql=3307
|
|
ENGINE_mysql=mysql@dbgate-plugin-mysql
|
|
|
|
LABEL_postgres=Postgres localhost
|
|
SERVER_postgres=localhost
|
|
USER_postgres=postgres
|
|
PASSWORD_postgres=test
|
|
PORT_postgres=5433
|
|
ENGINE_postgres=postgres@dbgate-plugin-postgres
|