diff options
Diffstat (limited to 'packages')
-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" } } |