[AAI] Revert commits that are breaking the master branch
[aai/oom.git] / components / aai-schema-service / config / application.properties
index a639c41..7b9312f 100644 (file)
@@ -21,11 +21,10 @@ info.build.version=1.1.0
 spring.application.name=aai-schema-service
 spring.jersey.type=filter
 
-spring.main.allow-bean-definition-overriding=true
-server.servlet.context-path=/
-
+server.contextPath=/
 spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
 
+spring.profiles.active={{ .Values.global.config.profiles.active }}
 spring.jersey.application-path=${schema.uri.base.path}
 server.tomcat.max-threads=200
 server.tomcat.min-Spare-Threads=25