mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 02:06:01 +00:00
46 lines
1.1 KiB
Bash
46 lines
1.1 KiB
Bash
CONNECTIONS=mysql,postgres,mssql,oracle,sqlite,mongo
|
|
LOG_CONNECTION_SENSITIVE_VALUES=true
|
|
|
|
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=16014
|
|
ENGINE_mssql=mssql@dbgate-plugin-mssql
|
|
|
|
LABEL_sqlite=Sqlite-connection
|
|
FILE_sqlite=%%E2E_TEST_DATA_DIRECTORY%%/my_guitar_shop.db
|
|
ENGINE_sqlite=sqlite@dbgate-plugin-sqlite
|
|
|
|
LABEL_mongo=Mongo-connection
|
|
SERVER_mongo=localhost
|
|
USER_mongo=root
|
|
PASSWORD_mongo=Pwd2020Db
|
|
PORT_mongo=16010
|
|
ENGINE_mongo=mongo@dbgate-plugin-mongo
|
|
|