aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--backend/constants.py1
1 files changed, 1 insertions, 0 deletions
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")