From 607184d459f2a1779f97d1a38ae0f75544dce095 Mon Sep 17 00:00:00 2001 From: elgekko Date: Sun, 2 Apr 2023 00:10:14 +0200 Subject: [PATCH] Helyi kornyezeti modositasok --- .../build-mediacube-modules.launch | 3 +- .../test-deploy-bkup-mediacube-plugins.launch | 35 ++++++++++--------- .../LOCAL/settings/application.yaml | 4 +-- .../environments/development.properties | 4 +-- 4 files changed, 24 insertions(+), 22 deletions(-) diff --git a/server/-configuration/build-mediacube-modules.launch b/server/-configuration/build-mediacube-modules.launch index 19baa3fa..f8c615a9 100644 --- a/server/-configuration/build-mediacube-modules.launch +++ b/server/-configuration/build-mediacube-modules.launch @@ -1,6 +1,6 @@ - + @@ -13,6 +13,7 @@ + diff --git a/server/-configuration/test-deploy-bkup-mediacube-plugins.launch b/server/-configuration/test-deploy-bkup-mediacube-plugins.launch index d4f131bd..bfe54cbc 100644 --- a/server/-configuration/test-deploy-bkup-mediacube-plugins.launch +++ b/server/-configuration/test-deploy-bkup-mediacube-plugins.launch @@ -1,20 +1,21 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/server/-product/production/LOCAL/settings/application.yaml b/server/-product/production/LOCAL/settings/application.yaml index 36d9dcda..22633291 100644 --- a/server/-product/production/LOCAL/settings/application.yaml +++ b/server/-product/production/LOCAL/settings/application.yaml @@ -1,6 +1,6 @@ datasource: mediacube: - url: jdbc:db2://localvm:50000/mc + url: jdbc:db2://localhost:50000/testmc user: db2admin password: password external-indexer: true @@ -8,7 +8,7 @@ datasource: login-timeout: 5 pool-size: 10 mediacube-nosql: - url: jdbc:db2://localvm:50000/mc + url: jdbc:db2://localhost:50000/testmc user: db2admin password: password schema: test diff --git a/server/user.jobengine.osgi.db/migrations/environments/development.properties b/server/user.jobengine.osgi.db/migrations/environments/development.properties index 0113161c..18913111 100644 --- a/server/user.jobengine.osgi.db/migrations/environments/development.properties +++ b/server/user.jobengine.osgi.db/migrations/environments/development.properties @@ -22,8 +22,8 @@ time_zone=GMT+0:00 ## JDBC connection properties. driver=com.ibm.db2.jcc.DB2Driver -url=jdbc:db2://localhost:50000/mc:retrieveMessagesFromServerOnGetMessage=true; -username=db2admin +url=jdbc:db2://localhost:50000/testmc:retrieveMessagesFromServerOnGetMessage=true; +username=db2inst1 password=password # -- 2.54.0