diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-09-11 07:06:36 +0200 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-09-11 07:06:36 +0200 |
commit | 322aaeb442d0d1e1744e60416aa4e434985dd36e (patch) | |
tree | 05663db1993aee4f0b47d025fb7dabbd5c9d8413 /basicConfig/default_config.properties | |
parent | 8417b6e54f200d424d3b0c5d5a89b161e6bfbede (diff) | |
download | National_eIDAS_Gateway-322aaeb442d0d1e1744e60416aa4e434985dd36e.tar.gz National_eIDAS_Gateway-322aaeb442d0d1e1744e60416aa4e434985dd36e.tar.bz2 National_eIDAS_Gateway-322aaeb442d0d1e1744e60416aa4e434985dd36e.zip |
fix broken jUnit test
Diffstat (limited to 'basicConfig/default_config.properties')
-rw-r--r-- | basicConfig/default_config.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basicConfig/default_config.properties b/basicConfig/default_config.properties index 71de5b2b..df18c646 100644 --- a/basicConfig/default_config.properties +++ b/basicConfig/default_config.properties @@ -29,8 +29,8 @@ eidas.ms.auth.eIDAS.node_v2.workarounds.useRequestIdAsTransactionIdentifier=true eidas.ms.auth.eIDAS.node_v2.loa.requested.minimum=http://eidas.europa.eu/LoA/high eidas.ms.auth.eIDAS.szrclient.useTestService=true -eidas.ms.auth.eIDAS.szrclient.endpoint.prod= -eidas.ms.auth.eIDAS.szrclient.endpoint.test= +eidas.ms.auth.eIDAS.szrclient.endpoint.prod=http://prodszr.test +eidas.ms.auth.eIDAS.szrclient.endpoint.test=http://testszr.test eidas.ms.auth.eIDAS.szrclient.ssl.keyStore.path=keys/..... eidas.ms.auth.eIDAS.szrclient.ssl.keyStore.password= eidas.ms.auth.eIDAS.szrclient.ssl.trustStore.path= |