TSK-1271:migrate properties in application.properties files to spring-boot 2.3
This commit is contained in:
parent
20ef76c059
commit
3dc5377c75
|
@ -38,5 +38,5 @@ taskana.jobscheduler.async.cron=0 0 * * * *
|
||||||
spring.resources.cache.cachecontrol.cache-private=true
|
spring.resources.cache.cachecontrol.cache-private=true
|
||||||
spring.main.allow-bean-definition-overriding=true
|
spring.main.allow-bean-definition-overriding=true
|
||||||
####### tomcat is not detecting the x-forward headers from bluemix as a trustworthy proxy
|
####### tomcat is not detecting the x-forward headers from bluemix as a trustworthy proxy
|
||||||
server.tomcat.internal-proxies=.*
|
server.tomcat.remoteip.internal-proxies=.*
|
||||||
server.use-forward-headers=true
|
server.forward-headers-strategy=native
|
||||||
|
|
|
@ -28,5 +28,5 @@ taskana.jobscheduler.async.cron=0 * * * * *
|
||||||
####### cache static resources properties
|
####### cache static resources properties
|
||||||
spring.resources.cache.cachecontrol.cache-private=true
|
spring.resources.cache.cachecontrol.cache-private=true
|
||||||
####### tomcat is not detecting the x-forward headers from bluemix as a trustworthy proxy
|
####### tomcat is not detecting the x-forward headers from bluemix as a trustworthy proxy
|
||||||
server.tomcat.internal-proxies=.*
|
server.tomcat.remoteip.internal-proxies=.*
|
||||||
server.use-forward-headers=true
|
server.forward-headers-strategy=native
|
||||||
|
|
|
@ -34,9 +34,9 @@ spring.servlet.multipart.max-request-size=10MB
|
||||||
|
|
||||||
spring.main.allow-bean-definition-overriding=true
|
spring.main.allow-bean-definition-overriding=true
|
||||||
|
|
||||||
server.tomcat.max-http-post-size=-1
|
server.tomcat.max-http-form-post-size=-1
|
||||||
server.tomcat.max-save-post-size=-1
|
server.tomcat.max-save-post-size=-1
|
||||||
server.tomcat.max-swallow-size=-1
|
server.tomcat.max-swallow-size=-1
|
||||||
####### tomcat is not detecting the x-forward headers from bluemix as a trustworthy proxy
|
####### tomcat is not detecting the x-forward headers from bluemix as a trustworthy proxy
|
||||||
server.tomcat.internal-proxies=.*
|
server.tomcat.remoteip.internal-proxies=.*
|
||||||
server.use-forward-headers=true
|
server.forward-headers-strategy=native
|
||||||
|
|
|
@ -33,5 +33,5 @@ spring.resources.cache.cachecontrol.cache-private=true
|
||||||
spring.main.allow-bean-definition-overriding=true
|
spring.main.allow-bean-definition-overriding=true
|
||||||
|
|
||||||
####### tomcat is not detecting the x-forward headers from bluemix as a trustworthy proxy
|
####### tomcat is not detecting the x-forward headers from bluemix as a trustworthy proxy
|
||||||
server.tomcat.internal-proxies=.*
|
server.tomcat.remoteip.internal-proxies=.*
|
||||||
server.use-forward-headers=true
|
server.forward-headers-strategy=native
|
||||||
|
|
|
@ -39,8 +39,8 @@ taskana.jobscheduler.async.cron=0 0 * * * *
|
||||||
spring.resources.cache.cachecontrol.cache-private=true
|
spring.resources.cache.cachecontrol.cache-private=true
|
||||||
spring.main.allow-bean-definition-overriding=true
|
spring.main.allow-bean-definition-overriding=true
|
||||||
####### tomcat is not detecting the x-forward headers from bluemix as a trustworthy proxy
|
####### tomcat is not detecting the x-forward headers from bluemix as a trustworthy proxy
|
||||||
server.tomcat.internal-proxies=.*
|
server.tomcat.remoteip.internal-proxies=.*
|
||||||
server.use-forward-headers=true
|
server.forward-headers-strategy=native
|
||||||
|
|
||||||
# Embedded Spring LDAP
|
# Embedded Spring LDAP
|
||||||
spring.ldap.embedded.base-dn= O=TASKANA
|
spring.ldap.embedded.base-dn= O=TASKANA
|
||||||
|
|
|
@ -38,5 +38,5 @@ taskana.jobscheduler.async.cron=0 0 * * * *
|
||||||
spring.resources.cache.cachecontrol.cache-private=true
|
spring.resources.cache.cachecontrol.cache-private=true
|
||||||
spring.main.allow-bean-definition-overriding=true
|
spring.main.allow-bean-definition-overriding=true
|
||||||
####### tomcat is not detecting the x-forward headers from bluemix as a trustworthy proxy
|
####### tomcat is not detecting the x-forward headers from bluemix as a trustworthy proxy
|
||||||
server.tomcat.internal-proxies=.*
|
server.tomcat.remoteip.internal-proxies=.*
|
||||||
server.use-forward-headers=true
|
server.forward-headers-strategy=native
|
||||||
|
|
Loading…
Reference in New Issue