From 433dc8a08cc444cfa6234ff62e2a1cde8a8cf604 Mon Sep 17 00:00:00 2001 From: ks129 <45097959+ks129@users.noreply.github.com> Date: Sun, 27 Dec 2020 20:23:38 +0200 Subject: Add Sentry DSN constant --- backend/constants.py | 1 + 1 file changed, 1 insertion(+) (limited to 'backend/constants.py') diff --git a/backend/constants.py b/backend/constants.py index cfc4cd1..fedab64 100644 --- a/backend/constants.py +++ b/backend/constants.py @@ -18,6 +18,7 @@ OAUTH2_REDIRECT_URI = os.getenv( ) GIT_SHA = os.getenv("GIT_SHA", "dev") +FORMS_BACKEND_DSN = os.getenv("FORMS_BACKEND_DSN") DOCS_PASSWORD = os.getenv("DOCS_PASSWORD") -- cgit v1.2.3