Skip to content

Commit c5f048a

Browse files
committed
Amend notifications env vars for MESH connectivity
1 parent c03f349 commit c5f048a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

manage_breast_screening/config/.env.tpl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ API_OAUTH_PRIVATE_KEY=""
3636
API_OAUTH_TOKEN_URL=""
3737
BLOB_STORAGE_CONNECTION_STRING="DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;QueueEndpoint=http://127.0.0.1:10001/devstoreaccount1;TableEndpoint=http://127.0.0.1:10002/devstoreaccount1;"
3838
BLOB_CONTAINER_NAME="notifications-mesh-data"
39-
NBSS_MESH_INBOX_NAME="mesh-test-inbox"
40-
NBSS_MESH_PASSWORD="mesh-test-password"
41-
NBSS_MESH_SHARED_KEY="mesh-test-shared-key"
39+
NBSS_MESH_INBOX_NAME="paste-mesh-inbox-name-here"
40+
NBSS_MESH_PASSWORD="paste-mesh-password-here"
41+
NBSS_MESH_CERT="paste-pem-mesh-cert-here"
42+
NBSS_MESH_PRIVATE_KEY="paste-pem-private-key-here"
4243
NHS_NOTIFY_API_MESSAGE_BATCH_URL="https://sandbox.api.service.nhs.uk/comms/v1/message-batches"
4344
QUEUE_STORAGE_CONNECTION_STRING="DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;QueueEndpoint=http://127.0.0.1:10001/devstoreaccount1;TableEndpoint=http://127.0.0.1:10002/devstoreaccount1;"
4445
REPORTS_CONTAINER_NAME="notifications-reports"

0 commit comments

Comments
 (0)