We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8006a1a commit fcb6933Copy full SHA for fcb6933
1 file changed
manage_breast_screening/config/settings/base.py
@@ -374,3 +374,5 @@ def list_env(key):
374
"style-src": (CSP_SELF,),
375
}
376
377
+
378
+BYPASS_API_TOKEN_AUTH = boolean_env("BYPASS_API_TOKEN_AUTH", default=False)
0 commit comments