Skip to content

Commit

Permalink
Configure health checks pilot env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
fongsean committed Jul 12, 2024
1 parent 1e82e51 commit 1ad10ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions apps/smart-forms-app/.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VITE_ONTOSERVER_URL=https://r4.ontoserver.csiro.au/fhir
VITE_FORMS_SERVER_URL=https://smartforms.csiro.au/api/fhir
VITE_ONTOSERVER_URL=https://tx.ontoserver.csiro.au/fhir
VITE_FORMS_SERVER_URL=https://smartforms.csiro.au/healthchecks/fhir

VITE_LAUNCH_SCOPE=fhirUser online_access openid profile patient/Condition.rs patient/Observation.rs launch patient/Encounter.rs patient/QuestionnaireResponse.cruds patient/Patient.rs
VITE_LAUNCH_CLIENT_ID=a57d90e3-5f69-4b92-aa2e-2992180863c1
VITE_LAUNCH_CLIENT_ID=29b79fe3-720e-48a8-976f-eca25b19f187

VITE_IN_APP_POPULATE=true
6 changes: 3 additions & 3 deletions apps/smart-forms-app/.env.production
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VITE_ONTOSERVER_URL=https://r4.ontoserver.csiro.au/fhir
VITE_FORMS_SERVER_URL=https://smartforms.csiro.au/api/fhir
VITE_ONTOSERVER_URL=https://tx.ontoserver.csiro.au/fhir
VITE_FORMS_SERVER_URL=https://smartforms.csiro.au/healthchecks/fhir

VITE_LAUNCH_SCOPE=fhirUser online_access openid profile patient/Condition.rs patient/Observation.rs launch patient/Encounter.rs patient/QuestionnaireResponse.cruds patient/Patient.rs
VITE_LAUNCH_CLIENT_ID=a57d90e3-5f69-4b92-aa2e-2992180863c1
VITE_LAUNCH_CLIENT_ID=29b79fe3-720e-48a8-976f-eca25b19f187

VITE_IN_APP_POPULATE=true

0 comments on commit 1ad10ec

Please sign in to comment.