Fix indentation error.

This commit is contained in:
Ralph Bean 2014-09-24 18:52:34 +00:00
parent 15d4b5dc65
commit e3527572cd

View file

@ -204,12 +204,12 @@ INSTALLED_APPS = (
) )
{% if env == "staging" %} {% if env == "staging" %}
SFS_ALL_POST_REQUESTS = True SFS_ALL_POST_REQUESTS = True
SFS_FORCE_ALL_REQUESTS = True SFS_FORCE_ALL_REQUESTS = True
SFS_CACHE_EXPIRE = 1 SFS_CACHE_EXPIRE = 1
SFS_LOG_EXPIRE = 7 SFS_LOG_EXPIRE = 7
SFS_HTTP_HEADER = "X-Forwarded-For" SFS_HTTP_HEADER = "X-Forwarded-For"
SFS_SOURCE_ZIP = "file:///var/cache/askbot/listed_ip_7.zip" SFS_SOURCE_ZIP = "file:///var/cache/askbot/listed_ip_7.zip"
{% endif %} {% endif %}
CACHE_MIDDLEWARE_ANONYMOUS_ONLY = True CACHE_MIDDLEWARE_ANONYMOUS_ONLY = True