Stream: hapi
Topic: JPA Server 5.3.0 - UI custom base URL
Denis Gebele (Apr 28 2021 at 11:57):
Hello, I can not figure out how to set a custom base url in the UI. I do pass HAPI_FHIR_SERVER_URL in my docker-compose.yml like I understand from here https://github.com/hapifhir/hapi-fhir-jpaserver-starter/blob/master/src/main/resources/application.yaml but I still see http://localhost:8080/fhir as my Base URL in the UI. The resources do have my custom URL in raw response message body but on the same page the query request e.g. GET http://localhost:8080/fhir/Person?_pretty=true shows localhost ? Thanks
Denis Gebele (Apr 28 2021 at 12:18):
setting HAPI_FHIR_TESTER_HOME_SERVER_ADDRESS
was the missing parameter.
Last updated: Apr 12 2022 at 19:14 UTC