From 69d04a70c583a67873325cc81617f1c6acbfd500 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Tue, 11 Dec 2018 14:07:03 +0100 Subject: [PATCH] more interpolation fixes --- .../etc/eidas-proxy/se/cfg/application-se.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eidas-qa-proxy/overlay/etc/eidas-proxy/se/cfg/application-se.properties b/eidas-qa-proxy/overlay/etc/eidas-proxy/se/cfg/application-se.properties index 7449329e..1cc1b805 100644 --- a/eidas-qa-proxy/overlay/etc/eidas-proxy/se/cfg/application-se.properties +++ b/eidas-qa-proxy/overlay/etc/eidas-proxy/se/cfg/application-se.properties @@ -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