diff --git a/config.py b/config.py index 55ef41723..bc1ae87db 100644 --- a/config.py +++ b/config.py @@ -5,6 +5,7 @@ class Config(object): DEBUG = False ASSETS_DEBUG = False cache = False + SEND_FILE_MAX_AGE_DEFAULT = 365 * 24 * 60 * 60 # 1 year manifest = True NOTIFY_LOG_LEVEL = 'DEBUG'