TSK-536: taskana-rest-example redirect http -> https
This commit is contained in:
parent
5ef8fe2ba0
commit
7e3439c00f
|
|
@ -30,3 +30,6 @@ taskana.ldap.maxNumberOfReturnedAccessIds=50
|
||||||
taskana.jobscheduler.cron=0 * * * * *
|
taskana.jobscheduler.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
|
||||||
|
server.tomcat.internal-proxies=.*
|
||||||
|
server.use-forward-headers=true
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"taskanaRestUrl": "https://taskana-rest.mybluemix.net"
|
"taskanaRestUrl": "https://taskana.mybluemix.net"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
export const environment = {
|
export const environment = {
|
||||||
production: true,
|
production: true,
|
||||||
taskanaRestUrl: 'https://taskana-rest.mybluemix.net'
|
taskanaRestUrl: 'https://taskana.mybluemix.net'
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue