Skip to content

Commit

Permalink
🐛 Launch local dashboard with local FHIR server
Browse files Browse the repository at this point in the history
  • Loading branch information
znatty22 committed Aug 7, 2020
1 parent 6a283da commit b5c1b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
build:
context: '.'
environment:
- REACT_APP_FHIR_API_NAME=my-fhir-server
- REACT_APP_FHIR_API_NAME=Localhost
- REACT_APP_FHIR_API_AUTH_TYPE=BASIC_AUTH
- REACT_APP_FHIR_API=http://localhost:8000
ports:
Expand Down

0 comments on commit b5c1b2c

Please sign in to comment.