more interpolation fixes
This commit is contained in:
parent
2203c5c162
commit
69d04a70c5
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue