diff options
author | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-10-23 12:00:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-23 12:00:12 +0000 |
commit | e7d722f72ad54fdc2ed7a75eeb3c008b4e7fe6ab (patch) | |
tree | 090456b2541b4145fe6843e1bd61e575633478f5 /charts/aai-traversal | |
parent | 9d8eefc9149373cce5efb40901a23fa84533f3b7 (diff) | |
parent | 9af752134a29da6e7e56c89ffbfc3ff8220489ef (diff) |
Merge "Add the https as transport type for dmaap"
Diffstat (limited to 'charts/aai-traversal')
-rw-r--r-- | charts/aai-traversal/resources/config/application.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/charts/aai-traversal/resources/config/application.properties b/charts/aai-traversal/resources/config/application.properties index 1ad208f..8d35e2f 100644 --- a/charts/aai-traversal/resources/config/application.properties +++ b/charts/aai-traversal/resources/config/application.properties @@ -50,6 +50,7 @@ server.ssl.key-store-type=JKS # JMS bind address host port jms.bind.address=tcp://localhost:61647 dmaap.ribbon.listOfServers=message-router.{{ include "common.namespace" . }}:3905 +dmaap.ribbon.transportType=https # Schema related attributes for the oxm and edges # Any additional schema related attributes should start with prefix schema |