diff options
author | ramverma <ram.krishna.verma@est.tech> | 2019-04-05 20:25:46 +0000 |
---|---|---|
committer | ramverma <ram.krishna.verma@est.tech> | 2019-04-05 20:25:46 +0000 |
commit | 2aca63ea639bb53c77e39131688ba0459294b72a (patch) | |
tree | 16cc3457fbf956335b1e3282b3f71302142e004c /packages/policy-pap-tarball/src/main | |
parent | 457c9b19c058877ca59c9b0826d22f3f97392daf (diff) |
Fix csit of policy/pap
Change-Id: I1158a6a7f0582dabafb22961d073db6d14cf2793
Issue-ID: POLICY-1443
Signed-off-by: ramverma <ram.krishna.verma@est.tech>
Diffstat (limited to 'packages/policy-pap-tarball/src/main')
-rw-r--r-- | packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json | 8 |
1 files changed, 8 insertions, 0 deletions
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 2a16c3e6..5e47f3a6 100644 --- a/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json +++ b/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json @@ -17,5 +17,13 @@ "maxRetryCount": 1, "maxWaitMs": 1 } + }, + "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" } } |