diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-04-05 22:25:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-05 22:25:57 +0000 |
commit | 92e0c7a0845be859039b315235fc9025b8363977 (patch) | |
tree | 46a0c10c115b105358033a092da24aad430006a3 | |
parent | 287e9d464e487ed5ae5fe5250ab960194f179c01 (diff) | |
parent | 2aca63ea639bb53c77e39131688ba0459294b72a (diff) |
Merge "Fix csit of policy/pap"
-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" } } |