Allow proper JS debugging, speed-up assets dev-build, disable redirect-debug by default.

This commit is contained in:
Alexander Graf
2022-11-14 17:38:10 +01:00
parent d8e2a2960b
commit 6b470ac403
6 changed files with 7 additions and 11 deletions

View File

@@ -13,6 +13,7 @@ DEFAULT_CONFIG = {
'RATELIMIT_STORAGE_URL': '',
'DEBUG': False,
'DEBUG_PROFILER': False,
'DEBUG_TB_INTERCEPT_REDIRECTS': False,
'DEBUG_ASSETS': '',
'DOMAIN_REGISTRATION': False,
'TEMPLATES_AUTO_RELOAD': True,