diff options
Diffstat (limited to 'id/server/data/deploy/conf/moa-id/SampleMOAIDConfiguration_withTestBKsProxy.xml')
-rw-r--r-- | id/server/data/deploy/conf/moa-id/SampleMOAIDConfiguration_withTestBKsProxy.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/id/server/data/deploy/conf/moa-id/SampleMOAIDConfiguration_withTestBKsProxy.xml b/id/server/data/deploy/conf/moa-id/SampleMOAIDConfiguration_withTestBKsProxy.xml index 142edb046..b03285f43 100644 --- a/id/server/data/deploy/conf/moa-id/SampleMOAIDConfiguration_withTestBKsProxy.xml +++ b/id/server/data/deploy/conf/moa-id/SampleMOAIDConfiguration_withTestBKsProxy.xml @@ -85,7 +85,7 @@ <!-- User-Inputformular immer anzeigen (auch wenn die notwendigen Daten bereits vollstaendig vorausgefuellt vorhanden sind) --> <!--AlwaysShowForm>true</AlwaysShowForm--> <!-- Standard-Stammzahlenregister-Gateway --> - <ConnectionParameter URL="https://pathToSZRGateway/szr-gateway/services/MandateCreation"> + <ConnectionParameter URL="https://gateway.stammzahlenregister.gv.at/services/MandateCreation"> <!-- AcceptedServerCertificates>certs/server-certs</AcceptedServerCertificates--> <ClientKeyStore password="Keystore Pass">file_to_clientkeystore</ClientKeyStore> </ConnectionParameter> @@ -101,7 +101,7 @@ <!- - User-Inputformular immer anzeigen (auch wenn die notwendigen Daten bereits vollstaendig vorausgefuellt vorhanden sind) - -> <!- - AlwaysShowForm>true</AlwaysShowForm- -> <!- - Spezifisches-Stammzahlenregister-Gateway - -> - <ConnectionParameter URL="https://129.27.142.5:8443/szr-gateway/services/MandateCreation"> + <ConnectionParameter URL="https://gateway.stammzahlenregister.gv.at/services/MandateCreation"> <!- - AcceptedServerCertificates>certs/server-certs</AcceptedServerCertificates- -> <ClientKeyStore password="Keystore Pass">file_to_clientkeystore</ClientKeyStore> </ConnectionParameter> |