mirror of
https://github.com/bugsink/bugsink.git
synced 2026-02-19 21:09:26 -06:00
@@ -159,6 +159,10 @@ BUGSINK = {
|
||||
# Settings that help with debugging and development ("why isn't Bugsink doing what I expect?")
|
||||
"VALIDATE_ON_DIGEST": os.getenv("VALIDATE_ON_DIGEST", "none").lower(), # other legal values are "warn" and "strict"
|
||||
"KEEP_ENVELOPES": int(os.getenv("KEEP_ENVELOPES", 0)), # keep this many in the database; 0 means "don't keep"
|
||||
|
||||
"API_LOG_UNIMPLEMENTED_CALLS": os.getenv("API_LOG_UNIMPLEMENTED_CALLS", "false").lower() in ("true", "1", "yes"),
|
||||
"KEEP_ARTIFACT_BUNDLES": os.getenv("KEEP_ARTIFACT_BUNDLES", "false").lower() in ("true", "1", "yes"),
|
||||
|
||||
"MINIMIZE_INFORMATION_EXPOSURE":
|
||||
os.getenv("MINIMIZE_INFORMATION_EXPOSURE", "false").lower() in ("true", "1", "yes"),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user