Fix indentation error.
This commit is contained in:
parent
15d4b5dc65
commit
e3527572cd
1 changed files with 6 additions and 6 deletions
|
@ -204,12 +204,12 @@ INSTALLED_APPS = (
|
|||
)
|
||||
|
||||
{% if env == "staging" %}
|
||||
SFS_ALL_POST_REQUESTS = True
|
||||
SFS_FORCE_ALL_REQUESTS = True
|
||||
SFS_CACHE_EXPIRE = 1
|
||||
SFS_LOG_EXPIRE = 7
|
||||
SFS_HTTP_HEADER = "X-Forwarded-For"
|
||||
SFS_SOURCE_ZIP = "file:///var/cache/askbot/listed_ip_7.zip"
|
||||
SFS_ALL_POST_REQUESTS = True
|
||||
SFS_FORCE_ALL_REQUESTS = True
|
||||
SFS_CACHE_EXPIRE = 1
|
||||
SFS_LOG_EXPIRE = 7
|
||||
SFS_HTTP_HEADER = "X-Forwarded-For"
|
||||
SFS_SOURCE_ZIP = "file:///var/cache/askbot/listed_ip_7.zip"
|
||||
{% endif %}
|
||||
|
||||
CACHE_MIDDLEWARE_ANONYMOUS_ONLY = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue