diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2021-01-09 18:56:32 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2021-01-09 18:56:32 +0100 |
commit | 1bcc269ff8f16b2a4dee4f393e4259f4768ca3a0 (patch) | |
tree | 287476f07b0a4af5d660b623c1ca21c7868946dc /basicConfig/default_config.properties | |
parent | 8d8221ab72222bae0fe50bfd1e8b4266eec40e11 (diff) | |
download | National_eIDAS_Gateway-1bcc269ff8f16b2a4dee4f393e4259f4768ca3a0.tar.gz National_eIDAS_Gateway-1bcc269ff8f16b2a4dee4f393e4259f4768ca3a0.tar.bz2 National_eIDAS_Gateway-1bcc269ff8f16b2a4dee4f393e4259f4768ca3a0.zip |
extend SpringBoot application-initializer to support deployment in Apache Tomcat application-services
Diffstat (limited to 'basicConfig/default_config.properties')
-rw-r--r-- | basicConfig/default_config.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basicConfig/default_config.properties b/basicConfig/default_config.properties index bb0829b8..8a1bc3a0 100644 --- a/basicConfig/default_config.properties +++ b/basicConfig/default_config.properties @@ -36,7 +36,6 @@ eidas.ms.auth.eIDAS.szrclient.ssl.trustStore.password= eidas.ms.auth.eIDAS.authblock.keystore.type=jks eidas.ms.auth.eIDAS.authblock.keystore.path=keys/teststore.jks eidas.ms.auth.eIDAS.authblock.keystore.password=f/+saJBc3a}*/T^s -eidas.ms.auth.eIDAS.authblock.keystore.name= eidas.ms.auth.eIDAS.authblock.key.alias=connectorkeypair eidas.ms.auth.eIDAS.authblock.key.password=f/+saJBc3a}*/T^s @@ -63,4 +62,5 @@ eidas.ms.pvp2.metadata.contact.email=max@junit.test eidas.ms.sp.0.uniqueID= eidas.ms.sp.0.pvp2.metadata.truststore= eidas.ms.sp.0.pvp2.metadata.truststore.password= +eidas.ms.sp.0.newEidMode=false |