Skip to content

Commit

Permalink
Fix Hapi server address config
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-c committed Nov 24, 2021
1 parent 32e71f9 commit 335ed7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/freestanding/femr/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ services:

# make URLs relative to dashboard to allow pagination
# TODO remove when dashboard is able to rewrite URLs
HAPI_SERVER_ADDRESS: 'https://dashboard.${BASE_DOMAIN:-localtest.me}/fhir/'
hapi.fhir.server_address: 'https://dashboard.${BASE_DOMAIN:-localtest.me}/fhir/'

volumes:
- "./config/fhir/application.yaml:/opt/application.yaml:ro"
Expand Down

0 comments on commit 335ed7b

Please sign in to comment.