Skip to content

Configuration

James edited this page Nov 29, 2016 · 13 revisions

Configuration

To configure the test suit to run against your provider system the following configuration needs changing:

  1. Config file

<add key="useTLS" value="true" />
<add key="fhirServerUrl" value="gpconnect-uat.answerappcloud.com" />
<add key="fhirServerPort" value="443" />
<add key="fhirServerFhirBase" value="/fhir" />

<add key="spineProxyUrl" value="" />
<add key="spineProxyPort" value="" />

<add key="clientCertThumbPrint" value="c3 1b 74 39 4b a1 60 c5 62 f1 dc 68 ee 3e 5a 3c 85 0b 32 61" />
<add key="clientInvalidCertThumbPrint" value="ea 57 be 3c 6c da 33 e6 d8 75 88 99 44 ee 61 28 4e 39 d9 1d" />
<add key="clientExpiredCertThumbPrint" value="ea 57 be 3c 6c da 33 e6 d8 75 88 99 44 ee 61 28 4e 39 d9 1e" />

Clone this wiki locally