aboutsummaryrefslogtreecommitdiffstats
path: root/packages/policy-api-tarball/src/main/resources/etc/s3pConfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/policy-api-tarball/src/main/resources/etc/s3pConfig.json')
-rw-r--r--packages/policy-api-tarball/src/main/resources/etc/s3pConfig.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/policy-api-tarball/src/main/resources/etc/s3pConfig.json b/packages/policy-api-tarball/src/main/resources/etc/s3pConfig.json
index 6df43f77..e0ed3fb9 100644
--- a/packages/policy-api-tarball/src/main/resources/etc/s3pConfig.json
+++ b/packages/policy-api-tarball/src/main/resources/etc/s3pConfig.json
@@ -7,5 +7,13 @@
"password": "zb!XztG34",
"https": true,
"aaf": false
+ },
+ "databaseProviderParameters": {
+ "name": "PolicyProviderParameterGroup",
+ "implementation": "org.onap.policy.models.provider.impl.DatabasePolicyModelsProviderImpl",
+ "databaseUrl": "jdbc:mariadb://localhost:3306/policy",
+ "databaseUser": "policy",
+ "databasePassword": "UDAxaWNZ",
+ "persistenceUnit": "ToscaConceptMariaDBTest"
}
} \ No newline at end of file