Page History
...
Afhængigt af valget af "environment" skal der findes konfiguration til afvikling af testen - hvis der fx vælges environment=local skal der findes en local.properties. Indholdet af filen beskrives i tabellen nedenfor:
| Property | Beskrivelse | Eksempel-værdi |
|---|---|---|
| EAS: | ||
| eas.endpoint.url | https://localhost:8079/eas/fhir | |
| eas.client.cert.folder | .. |
| /compose/configuration/certs/ | ||
| eas.client.keystore | caller.test.p12 | |
| eas.client.keystore.password |
| changeit | ||
| eas.client.private.key.password |
| changeit | ||
| eas.client.truststore |
| test_ca.jks | ||
| eas.client.truststore.password |
| changeit | ||
| Keycloak: | ||
| keycloak.endpoint.url | https://localhost:8079/eas/fhir |
| keycloak.client.cert.folder | ../compose/configuration/certs/ | |
| keycloak.client.keystore | caller.test.p12 | |
| keycloak.client.keystore.password | changeit | |
| keycloak.client.private.key.password | changeit | |
| keycloak.client.truststore | test_ca.jks | |
| keycloak.client.truststore.password | changeit | |