From bc8dcd8c4c117e25a3bed997d70d281c310e4048 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Tue, 16 Oct 2018 19:08:48 +0200 Subject: [PATCH] use spring config location --- .../overlay/etc/eidas-proxy/se/cfg/application.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eidas-qa-proxy/overlay/etc/eidas-proxy/se/cfg/application.properties b/eidas-qa-proxy/overlay/etc/eidas-proxy/se/cfg/application.properties index edd777e6..1d2260b3 100644 --- a/eidas-qa-proxy/overlay/etc/eidas-proxy/se/cfg/application.properties +++ b/eidas-qa-proxy/overlay/etc/eidas-proxy/se/cfg/application.properties @@ -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