Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Persist status callback requests #142

Merged
Prev Previous commit
Next Next commit
Add FLASK_DEBUG env vars
steventux committed Jan 16, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 9722944e58259996ad981e40f8dead8e7d2dda7f
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@
AZURITE_CONNECTION_STRING=""
APPLICATION_ID=""
BLOB_CONTAINER_NAME=pilot-data
FLASK_DEBUG=true
NOTIFY_API_KEY=""
NOTIFY_API_URL=""
NOTIFY_FUNCTION_URL=""
1 change: 1 addition & 0 deletions .env.test
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
AZURITE_CONNECTION_STRING="DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;"
APPLICATION_ID=""
BLOB_CONTAINER_NAME=pilot-data
FLASK_DEBUG=true
NOTIFY_API_KEY=""
NOTIFY_API_URL=https://sandbox.api.service.nhs.uk
NOTIFY_FUNCTION_URL=http://localhost:7072/api/notify/message/send