mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 23:45:59 +00:00
55 lines
1.3 KiB
Bash
55 lines
1.3 KiB
Bash
DEVMODE=1
|
|
DEVWEB=1
|
|
|
|
# STORAGE_SERVER=localhost
|
|
# STORAGE_USER=root
|
|
# STORAGE_PASSWORD=Pwd2020Db
|
|
# STORAGE_PORT=3306
|
|
# STORAGE_DATABASE=dbgate-filled
|
|
# STORAGE_ENGINE=mysql@dbgate-plugin-mysql
|
|
|
|
STORAGE_SERVER=localhost
|
|
STORAGE_USER=postgres
|
|
STORAGE_PASSWORD=Pwd2020Db
|
|
STORAGE_PORT=5432
|
|
STORAGE_DATABASE=dbgate_sfill
|
|
STORAGE_ENGINE=postgres@dbgate-plugin-postgres
|
|
|
|
|
|
CONNECTIONS=mysql,postgres,mongo,redis
|
|
|
|
LABEL_mysql=MySql
|
|
SERVER_mysql=dbgatedckstage1.sprinx.cz
|
|
USER_mysql=root
|
|
PASSWORD_mysql=Pwd2020Db
|
|
PORT_mysql=3306
|
|
ENGINE_mysql=mysql@dbgate-plugin-mysql
|
|
|
|
LABEL_postgres=Postgres
|
|
SERVER_postgres=dbgatedckstage1.sprinx.cz
|
|
USER_postgres=postgres
|
|
PASSWORD_postgres=Pwd2020Db
|
|
PORT_postgres=5432
|
|
ENGINE_postgres=postgres@dbgate-plugin-postgres
|
|
|
|
LABEL_mongo=Mongo
|
|
SERVER_mongo=dbgatedckstage1.sprinx.cz
|
|
USER_mongo=root
|
|
PASSWORD_mongo=Pwd2020Db
|
|
PORT_mongo=27017
|
|
ENGINE_mongo=mongo@dbgate-plugin-mongo
|
|
|
|
LABEL_redis=Redis
|
|
SERVER_redis=dbgatedckstage1.sprinx.cz
|
|
ENGINE_redis=redis@dbgate-plugin-redis
|
|
PORT_redis=6379
|
|
|
|
ROLE_test1_CONNECTIONS=mysql
|
|
ROLE_test1_PERMISSIONS=widgets/*
|
|
ROLE_test1_DATABASES_db1_CONNECTION=mysql
|
|
ROLE_test1_DATABASES_db1_PERMISSION=run_script
|
|
ROLE_test1_DATABASES_db1_DATABASES=db1
|
|
ROLE_test1_DATABASES_db2_CONNECTION=redis
|
|
ROLE_test1_DATABASES_db2_PERMISSION=run_script
|
|
ROLE_test1_DATABASES_db2_DATABASES=db2
|