USE_ADMIN: put it in the list of settings

avoids breakage outside of the development setup
This commit is contained in:
Klaas van Schelven
2026-01-07 16:38:23 +01:00
parent 5462b4ae57
commit cd35f89e79

View File

@@ -78,6 +78,7 @@ DEFAULTS = {
# Security: # Security:
"MINIMIZE_INFORMATION_EXPOSURE": False, "MINIMIZE_INFORMATION_EXPOSURE": False,
"PHONEHOME": True, "PHONEHOME": True,
"USE_ADMIN": False,
# Feature flags: # Feature flags:
"FEATURE_MINIDUMPS": False, # minidumps are experimental/early-stage and likely a DOS-magnet; disabled by default "FEATURE_MINIDUMPS": False, # minidumps are experimental/early-stage and likely a DOS-magnet; disabled by default