Skip to content

Commit

Permalink
typo: need ending '/' on MAP_API value.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul F Bugni committed Feb 2, 2023
1 parent 42e6519 commit aa1eed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ services:
OIDC_TOKEN_URI: "https://keycloak.${BASE_DOMAIN:-localtest.me}/auth/realms/fEMR/protocol/openid-connect/token"
OIDC_TOKEN_INTROSPECTION_URI: "https://keycloak.${BASE_DOMAIN:-localtest.me}/auth/realms/fEMR/protocol/openid-connect/token/introspect"
# TODO change to INTERNAL_FHIR_API
MAP_API: 'https://fhirwall.${BASE_DOMAIN:-localtest.me}/fhir'
MAP_API: 'https://fhirwall.${BASE_DOMAIN:-localtest.me}/fhir/'
# FHIR URL passed to SoF client
SOF_HOST_FHIR_URL: 'https://fhirwall.${BASE_DOMAIN:-localtest.me}/fhir'
SOF_CLIENTS: '[{"id":"SCREENER", "label":"New Assessment", "launch_url":"https://confidentialbackend.${BASE_DOMAIN:-localtest.me}/auth/launch", "required_roles": ["clinician"]}, {"id":"SUMMARY", "label":"View Report", "launch_url":"https://summary.${BASE_DOMAIN:-localtest.me}/launch.html", "required_roles": ["clinician"]}]'
Expand Down

0 comments on commit aa1eed5

Please sign in to comment.