diff options
-rw-r--r-- | aai-graphadmin/appconfig/application.properties | 1 | ||||
-rw-r--r-- | aai-resources/appconfig/application.properties | 1 | ||||
-rw-r--r-- | aai-traversal/appconfig/application.properties | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/aai-graphadmin/appconfig/application.properties b/aai-graphadmin/appconfig/application.properties index 3cd8e03..32ef1b7 100644 --- a/aai-graphadmin/appconfig/application.properties +++ b/aai-graphadmin/appconfig/application.properties @@ -34,6 +34,7 @@ server.ssl.key-store-type=JKS # JMS bind address host port jms.bind.address=tcp://localhost:61450 dmaap.ribbon.listOfServers=mr.api.simpledemo.onap.org:3905 +dmaap.ribbon.transportType=https # Schema related attributes for the oxm and edges # Any additional schema related attributes should start with prefix schema diff --git a/aai-resources/appconfig/application.properties b/aai-resources/appconfig/application.properties index 2e3342c..192093f 100644 --- a/aai-resources/appconfig/application.properties +++ b/aai-resources/appconfig/application.properties @@ -38,6 +38,7 @@ server.ssl.key-store-type=JKS # JMS bind address host port jms.bind.address=tcp://localhost:61647 dmaap.ribbon.listOfServers=mr.api.simpledemo.onap.org:3905 +dmaap.ribbon.transportType=https # Schema related attributes for the oxm and edges # Any additional schema related attributes should start with prefix schema diff --git a/aai-traversal/appconfig/application.properties b/aai-traversal/appconfig/application.properties index a2edbea..e569fe3 100644 --- a/aai-traversal/appconfig/application.properties +++ b/aai-traversal/appconfig/application.properties @@ -37,6 +37,7 @@ server.ssl.key-store-type=JKS # JMS bind address host port jms.bind.address=tcp://localhost:61647 dmaap.ribbon.listOfServers=mr.api.simpledemo.onap.org:3905 +dmaap.ribbon.transportType=https # Schema related attributes for the oxm and edges # Any additional schema related attributes should start with prefix schema |