Don't use X-SENDFILE for local dev
This commit is contained in:
Родитель
a65f49cfce
Коммит
a98b7e4236
|
@ -77,6 +77,8 @@ ADDON_COLLECTOR_ID = 1
|
|||
# Default AMO user id to use for tasks (from users.json fixture in zadmin).
|
||||
TASK_USER_ID = 10968
|
||||
|
||||
# Set to True if we're allowed to use X-SENDFILE.
|
||||
XSENDFILE = False
|
||||
|
||||
# If you have settings you want to overload, put them in a local_settings.py.
|
||||
try:
|
||||
|
|
Загрузка…
Ссылка в новой задаче