From ec1500962b7de7c69fbe47659896e7cb9608fcf7 Mon Sep 17 00:00:00 2001 From: ramverma Date: Wed, 10 Apr 2019 11:35:30 +0000 Subject: Adding final dmaap & db configurations Change-Id: I547f8a520d84d3593f90256fa91fc964c1d1e83c Issue-ID: POLICY-1443 Signed-off-by: ramverma --- .../src/main/resources/etc/defaultConfig.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json') diff --git a/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json b/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json index 5e47f3a6..bdcabc40 100644 --- a/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json +++ b/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json @@ -11,19 +11,19 @@ "pdpParameters": { "updateParameters": { "maxRetryCount": 1, - "maxWaitMs": 1 + "maxWaitMs": 30000 }, "stateChangeParameters": { "maxRetryCount": 1, - "maxWaitMs": 1 + "maxWaitMs": 30000 } }, "databaseProviderParameters": { "name": "PolicyProviderParameterGroup", "implementation": "org.onap.policy.models.provider.impl.DatabasePolicyModelsProviderImpl", - "databaseUrl": "jdbc:mariadb://127.0.0.1:3306/policy", - "databaseUser": "root", - "databasePassword": "cm9vdA==", - "persistenceUnit": "ToscaConceptMariaDBTest" + "databaseUrl": "jdbc:mariadb://policydb:3306/policy", + "databaseUser": "policy_user", + "databasePassword": "cG9saWN5X3VzZXI=", + "persistenceUnit": "PolicyMariaDb" } } -- cgit 1.2.3-korg