Skip to content

Commit

Permalink
Remove fhir root location identifier default
Browse files Browse the repository at this point in the history
  • Loading branch information
peterMuriuki committed Feb 25, 2022
1 parent 7fc88af commit e43d5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/configs/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export const DEFAULTS_TABLE_PAGE_SIZE = Number(setEnv('REACT_APP_DEFAULTS_TABLE_

export const FHIR_ROOT_LOCATION_IDENTIFIER = setEnv(
'REACT_APP_FHIR_ROOT_LOCATION_IDENTIFIER',
'eff94f33-c356-4634-8795-d52340706ba9'
''
);
export const FHIR_RESOURCES_PAGE_SIZE = Number(setEnv('REACT_APP_FHIR_RESOURCES_PAGE_SIZE', 500));

Expand Down

0 comments on commit e43d5a3

Please sign in to comment.