mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 13:46:00 +00:00
33 lines
831 B
Bash
33 lines
831 B
Bash
CONNECTIONS=mysql,postgres,mssql,oracle
|
|
|
|
LABEL_mysql=MySql-connection
|
|
SERVER_mysql=localhost
|
|
USER_mysql=root
|
|
PASSWORD_mysql=Pwd2020Db
|
|
PORT_mysql=16004
|
|
ENGINE_mysql=mysql@dbgate-plugin-mysql
|
|
DBCONFIG_mysql=[{"name":"MyChinook","connectionColor":"cyan"}]
|
|
|
|
LABEL_postgres=Postgres-connection
|
|
SERVER_postgres=localhost
|
|
USER_postgres=postgres
|
|
PASSWORD_postgres=Pwd2020Db
|
|
PORT_postgres=16000
|
|
ENGINE_postgres=postgres@dbgate-plugin-postgres
|
|
DBCONFIG_postgres=[{"name":"PgChinook","connectionColor":"red"}]
|
|
|
|
LABEL_oracle=Oracle-connection
|
|
SERVER_oracle=localhost
|
|
USER_oracle=system
|
|
PASSWORD_oracle=Pwd2020Db
|
|
PORT_oracle=16013
|
|
ENGINE_oracle=oracle@dbgate-plugin-oracle
|
|
SERVICE_NAME_oracle=xe
|
|
|
|
LABEL_mssql=Mssql-connection
|
|
SERVER_mssql=localhost
|
|
USER_mssql=sa
|
|
PASSWORD_mssql=Pwd2020Db
|
|
PORT_mssql=16012
|
|
ENGINE_mssql=mssql@dbgate-plugin-mssql
|