Merge "BugFix:correct context path in ND Ctx builder"
authorAlexis de Talhouët <alexis.de_talhouet@bell.ca>
Fri, 21 Sep 2018 14:05:35 +0000 (14:05 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 21 Sep 2018 14:05:35 +0000 (14:05 +0000)
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