This commit is contained in:
SPRINX0\prochazka
2025-01-29 08:38:43 +01:00
parent 425ed5a3f4
commit e552be8634
3 changed files with 17 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
CONNECTIONS=mysql,postgres
CONNECTIONS=mysql,postgres,mongo,redis
LABEL_mysql=MySql-connection
SERVER_mysql=localhost
@@ -15,3 +15,15 @@ PASSWORD_postgres=Pwd2020Db
PORT_postgres=16000
ENGINE_postgres=postgres@dbgate-plugin-postgres
DBCONFIG_postgres=[{"name":"PgChinook","connectionColor":"red"}]
LABEL_mongo=Mongo-connection
SERVER_mongo=localhost
USER_mongo=root
PASSWORD_mongo=Pwd2020Db
PORT_mongo=16010
ENGINE_mongo=mongo@dbgate-plugin-mongo
LABEL_redis=Redis-connection
SERVER_redis=localhost
ENGINE_redis=redis@dbgate-plugin-redis
PORT_redis=16011