BugFix:correct context path in ND Ctx builder 59/68259/1
authorPhillip Leigh <phillip.leigh@amdocs.com>
Thu, 20 Sep 2018 19:50:09 +0000 (15:50 -0400)
committerPhillip Leigh <phillip.leigh@amdocs.com>
Thu, 20 Sep 2018 19:50:43 +0000 (15:50 -0400)
Issue-ID: LOG-677
Change-Id: Ic3ec81926095ad4472e517e85661ccdaa1b1d7bb
Signed-off-by: Phillip Leigh <phillip.leigh@amdocs.com>
kubernetes/pomba/charts/pomba-networkdiscoveryctxbuilder/resources/config/application.properties

index c41c487..f84906e 100644 (file)
@@ -16,7 +16,7 @@ spring.jersey.type=filter
 spring.mvc.urls=swagger,docs,prometheus,auditevents,info,heapdump,autoconfig,beans,loggers,dump,env,trace,health,configprops,mappings,metrics,webjars
 
 
-server.contextPath=/network-discovery
+server.contextPath=/ndcontextbuilder
 spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
 
 #This property is used to set the Tomcat connector attributes.developers can define multiple attributes separated by comma