We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e629947 commit cf4b480Copy full SHA for cf4b480
1 file changed
manage_breast_screening/config/settings/base.py
@@ -379,3 +379,5 @@ def list_env(key):
379
"style-src": (CSP_SELF,),
380
}
381
382
+
383
+BYPASS_API_TOKEN_AUTH = boolean_env("BYPASS_API_TOKEN_AUTH", default=False)
0 commit comments