add basic auth enabled / disabled setting

This commit is contained in:
Chris Meyers
2015-10-07 09:19:22 -04:00
parent dcd731071f
commit 83fe3282dc
2 changed files with 8 additions and 0 deletions

View File

@@ -242,6 +242,10 @@ AUTH_TOKEN_EXPIRATION = 1800
# -1 is unlimited
AUTH_TOKEN_PER_USER = -1
# Enable / Disable HTTP Basic Authentication used in the API browser
# Note: Session limits are not enforced when using HTTP Basic Authentication.
AUTH_BASIC_ENABLED = True
# If set, serve only minified JS for UI.
USE_MINIFIED_JS = False