forked from uwcirg/helloworld-react-client-sof
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfrontend.env.default
20 lines (16 loc) · 1014 Bytes
/
frontend.env.default
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Example docker-compose environment file
# Copy to frontend.env and modify as necessary
# https://docs.docker.com/compose/env-file/
#FHIR resources to load
#REACT_APP_FHIR_RESOURCES=Condition,Procedure,Observation,Questionnaire,QuestionnaireResponse
REACT_APP_FHIR_RESOURCES=Questionnaire,QuestionnaireResponse
#FHIR observation categories to load, please verify with FHIR documentation to see which observation categories are available
#REACT_APP_FHIR_OBSERVATION_CATEGORIES=social-history,vital-signs,imaging,laboratory,procedure,survey,exam,therapy,activity
################# Launch context scope ###############################
#for launching from other launchers e.g. smarthealth it launcher
#REACT_APP_AUTH_SCOPES=profile roles email patient/*.read openid fhirUser patient/QuestionnaireResponse.write
#for launching from Safer environment
REACT_APP_AUTH_SCOPES=profile roles email patient/*.read openid
#####################################################################
# site id
#REACT_APP_SITE_ID=