more interpolation fixes

This commit is contained in:
Leif Johansson 2018-12-11 14:07:03 +01:00
parent 2203c5c162
commit 69d04a70c5

View file

@ -4,11 +4,11 @@ logging.level.org.springframework.web=INFO
# Service path
server.servlet.context-path=/eidas-ps
proxy-service.path.prefix=${spring.config.location}..
proxy-service.config.location=file://${spring.config.location}
proxy-service.path.prefix=${spring.config.additional.location}..
proxy-service.config.location=file://${spring.config.additional.location}
proxy-service.image.logo=${spring.config.location}/img/sweden-connect-color-yellow-on-blue.svg
proxy-service.image.icon=${spring.config.location}/img/sweden-connect-color-yellow-on-blue-no-text.svg
proxy-service.image.logo=${spring.config.additional.location}/img/sweden-connect-color-yellow-on-blue.svg
proxy-service.image.icon=${spring.config.additional.location}/img/sweden-connect-color-yellow-on-blue-no-text.svg
# Service port connector settings
server.port=8443