Skip to content

Commit

Permalink
Modified NHS_NUMBER_PREFIX to 'false' to temporarily process real pat…
Browse files Browse the repository at this point in the history
…ients
  • Loading branch information
MohammadIqbalAD-NHS committed Dec 4, 2023
1 parent 3da4063 commit 530e0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const initializeConfig = () => ({
pdsAsid: process.env.PDS_ASID,
mhsOutboundUrl: process.env.GP2GP_MESSENGER_MHS_OUTBOUND_URL,
nhsEnvironment: process.env.NHS_ENVIRONMENT || 'local',
nhsNumberPrefix: process.env.NHS_NUMBER_PREFIX,
nhsNumberPrefix: false, // TODO: Updated to "false" in order to process real patients. Need a better solution than this.
sdsFhirApiKey: process.env.SDS_FHIR_API_KEY,
sdsFhirUrl: process.env.SDS_FHIR_URL,
spineOrgCode: process.env.SPINE_ORG_CODE,
Expand Down

0 comments on commit 530e0cf

Please sign in to comment.