diff options
Diffstat (limited to 'prh-app-server/src/main/resources/prh_endpoints.json')
-rw-r--r-- | prh-app-server/src/main/resources/prh_endpoints.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/prh-app-server/src/main/resources/prh_endpoints.json b/prh-app-server/src/main/resources/prh_endpoints.json index b3bff7d9..75917f12 100644 --- a/prh-app-server/src/main/resources/prh_endpoints.json +++ b/prh-app-server/src/main/resources/prh_endpoints.json @@ -42,6 +42,15 @@ "Content-Type": "application/merge-patch+json" } } + }, + "security": { + "keyFile" : "/opt/app/prh/local/org.onap.prh.keyfile", + "trustStore" : "change it", + "trustStorePassword" : "change it", + "keyStore" : "change it", + "keyStorePassword" : "change it", + "enableAaiCertAuth" : "false", + "enableDmaapCertAuth" : "false" } } }
\ No newline at end of file |