use spring config location
This commit is contained in:
parent
13c0e32d78
commit
bc8dcd8c4c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue