Skip to content
Snippets Groups Projects
Commit 36dce416 authored by Tanner Prestegard's avatar Tanner Prestegard Committed by GraceDB
Browse files

Clarify comments on UNAUTHENTICATED_ACCESS settings variable

parent fc123730
No related branches found
No related tags found
No related merge requests found
......@@ -22,8 +22,9 @@ def get_from_env(envvar, default_value=None, fail_if_not_found=True):
return value
# Unauthenticated access ------------------------------------------------------
# This variable controls whether unauthenticated access is allowed *ANYWHERE*
# on this service, except the home page, which is always public.
# This variable should eventually control whether unauthenticated access is
# allowed *ANYWHERE* on this service, except the home page, which is always
# public. For now, it just controls the API.
UNAUTHENTICATED_ACCESS = True
# Miscellaneous settings ------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment