use spring config location

This commit is contained in:
Leif Johansson 2018-10-16 19:08:48 +02:00
parent 13c0e32d78
commit bc8dcd8c4c

View file

@ -7,8 +7,8 @@ server.context-path=/eidas-ps
proxy-service.path.prefix=${spring.config.location}..
proxy-service.config.location=file://${spring.config.location}
proxy-service.image.logo=${proxy-service.config.location}/img/sweden-connect-color-yellow-on-blue.svg
proxy-service.image.icon=${proxy-service.config.location}/img/sweden-connect-color-yellow-on-blue-no-text.svg
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
# Service port connector settings
server.port=8443