File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
manage_breast_screening/config Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,10 @@ API_OAUTH_PRIVATE_KEY=""
3636API_OAUTH_TOKEN_URL=""
3737BLOB_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;"
3838BLOB_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"
4243NHS_NOTIFY_API_MESSAGE_BATCH_URL="https://sandbox.api.service.nhs.uk/comms/v1/message-batches"
4344QUEUE_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;"
4445REPORTS_CONTAINER_NAME="notifications-reports"
You can’t perform that action at this time.
0 commit comments