mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
USE_ADMIN: put it in the list of settings
avoids breakage outside of the development setup
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user