From f17906f0dcff8c17258117c72376850840d3b21a Mon Sep 17 00:00:00 2001 From: "Tait,Trevor(rt0435)" Date: Wed, 26 Sep 2018 15:17:36 -0400 Subject: Network Discovery callback URL is incorrect Issue-ID: LOG-700 The Network Discovery Context Builder should use the serviceName when building the callback URL for Network Discovery Micro Servie. Make this configurable. Change-Id: I97ed8e78b006ff5d587beedcefc577701c0d33b9 Signed-off-by: Tait,Trevor(rt0435) --- config/application.properties | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/application.properties b/config/application.properties index 95ae244..b9b8601 100644 --- a/config/application.properties +++ b/config/application.properties @@ -18,6 +18,7 @@ server.tomcat.max-idle-time=60000 # Network Discovery Context Builder REST Service networkDiscoveryCtxBuilder.httpProtocol=http +networkDiscoveryCtxBuilder.serviceName=pomba-networkdiscoveryctxbuilder networkDiscoveryCtxBuilder.port=8080 # Basic Authorization credentials for Network Discovery Context Builder REST Service networkDiscoveryCtxBuilder.userId=admin -- cgit 1.2.3-korg