File tree Expand file tree Collapse file tree
packages/nhsNotifyLambda/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import {
1717
1818const logger = new Logger ( { serviceName : "nhsNotify" } )
1919
20- const NHS_NOTIFY_ROUTING_ID = process . env . NHS_NOTIFY_ROUTING_ID
20+ const NHS_NOTIFY_ROUTING_ID = "b838b13c-f98c-4def-93f0-515d4e4f4ee1" // process.env.NHS_NOTIFY_ROUTING_ID
2121
2222/**
2323 * Handler for the scheduled trigger.
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ import {NotifyDataItem} from "@PrescriptionStatusUpdate_common/commonTypes"
1313import { v4 } from "uuid"
1414import { CreateMessageBatchResponse } from "./types"
1515
16- const NOTIFY_API_BASE_URL = process . env . NOTIFY_API_BASE_URL
17- const NOTIFY_API_TOKEN = process . env . NOTIFY_API_TOKEN
16+ const NOTIFY_API_BASE_URL = "https://sandbox.api.service.nhs.uk/comms" // process.env.NOTIFY_API_BASE_URL
17+ const NOTIFY_API_TOKEN = "g1112R_ccQ1Ebbb4gtHBP1aaaNM" // process.env.NOTIFY_API_TOKEN
1818
1919const TTL_DELTA = 60 * 60 * 24 * 7 // Keep records for a week
2020
You can’t perform that action at this time.
0 commit comments