Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change env client id #353

Merged
merged 1 commit into from
Jul 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/smart-forms-app/.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ VITE_ONTOSERVER_URL=https://r4.ontoserver.csiro.au/fhir
VITE_FORMS_SERVER_URL=https://api.smartforms.io/fhir

VITE_LAUNCH_SCOPE=launch profile fhirUser openid online_access user/Patient.read user/Practitioner.read user/QuestionnaireResponse.read user/QuestionnaireResponse.write patient/Condition.read patient/Encounter.read patient/Observation.read
VITE_LAUNCH_CLIENT_ID=83c7a8c6-4fe1-4830-ab45-19e09909935a
VITE_LAUNCH_CLIENT_ID=a57d90e3-5f69-4b92-aa2e-2992180863c0

VITE_IN_APP_POPULATE=true

Expand Down
2 changes: 1 addition & 1 deletion apps/smart-forms-app/.env.production
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ VITE_ONTOSERVER_URL=https://r4.ontoserver.csiro.au/fhir
VITE_FORMS_SERVER_URL=https://api.smartforms.io/fhir

VITE_LAUNCH_SCOPE=launch profile fhirUser openid online_access user/Patient.read user/Practitioner.read user/QuestionnaireResponse.read user/QuestionnaireResponse.write patient/Condition.read patient/Encounter.read patient/Observation.read
VITE_LAUNCH_CLIENT_ID=fcf31deb-23dc-4266-8dc6-c5772cbebfc9
VITE_LAUNCH_CLIENT_ID=9cbba311-bf9b-4200-8dd3-8459046fc522

VITE_IN_APP_POPULATE=true

Expand Down
Loading