aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancescoFioraEst <francesco.fiora@est.tech>2024-10-17 09:36:47 +0100
committerFrancesco Fiora <francesco.fiora@est.tech>2024-10-17 15:45:43 +0000
commit1af90e40405ab7d9ef8b01468902155f33cb6db1 (patch)
tree752c910b713093623a4dd38f14c950e3f5361e2c
parent630801cc4e866ae4c2fb375df06df91c054962d8 (diff)
Fix DB Migrator Postgres SQL issues
Issue-ID: POLICY-5144 Change-Id: I034108cfef0f841707526f239c7d80ee5aeac445 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
-rw-r--r--compose/config/clamp/AcRuntimeParameters.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/compose/config/clamp/AcRuntimeParameters.yaml b/compose/config/clamp/AcRuntimeParameters.yaml
index 387e6ffe..1a58aa34 100644
--- a/compose/config/clamp/AcRuntimeParameters.yaml
+++ b/compose/config/clamp/AcRuntimeParameters.yaml
@@ -9,7 +9,7 @@ spring:
converters:
preferred-json-mapper: gson
datasource:
- url: jdbc:postgresql://postgres:5432/policyadmin
+ url: jdbc:postgresql://postgres:5432/clampacm
driverClassName: org.postgresql.Driver
username: policy_user
password: policy_user
@@ -20,7 +20,7 @@ spring:
maximumPoolSize: 10
jpa:
hibernate:
- ddl-auto: update
+ ddl-auto: none
naming:
physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
implicit-strategy: org.onap.policy.common.spring.utils.CustomImplicitNamingStrategy
@@ -117,7 +117,7 @@ spring:
runtime:
participantParameters:
heartBeatMs: 20000
- maxStatusWaitMs: 200000
+ maxStatusWaitMs: 150000
topicParameterGroup:
topicSources:
-