diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-08-13 07:02:04 +0200 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-08-13 07:02:04 +0200 |
commit | ab4bba8177a5b4382d9ebe8996b76c5c5200e4a3 (patch) | |
tree | a1b8ba25a55e08c43fa8472063d78de9336dc952 /basicConfig | |
parent | 204bb9f7c21964377455563a5e106ea191c1d590 (diff) | |
download | National_eIDAS_Gateway-ab4bba8177a5b4382d9ebe8996b76c5c5200e4a3.tar.gz National_eIDAS_Gateway-ab4bba8177a5b4382d9ebe8996b76c5c5200e4a3.tar.bz2 National_eIDAS_Gateway-ab4bba8177a5b4382d9ebe8996b76c5c5200e4a3.zip |
change port in SZR mockup
Diffstat (limited to 'basicConfig')
-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 a6783749..b2256666 100644 --- a/basicConfig/default_config.properties +++ b/basicConfig/default_config.properties @@ -36,7 +36,7 @@ eidas.ms.auth.eIDAS.node_v2.workarounds.useRequestIdAsTransactionIdentifier=true eidas.ms.auth.eIDAS.szrclient.useTestService=true eidas.ms.auth.eIDAS.szrclient.endpoint.prod= -eidas.ms.auth.eIDAS.szrclient.endpoint.test=http://localhost/demoszr +eidas.ms.auth.eIDAS.szrclient.endpoint.test=http://localhost:1234/demoszr 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= |