Missing }
This commit is contained in:
parent
e657c07b9f
commit
fed1934fd8
|
@ -3,5 +3,5 @@ config.action_controller.allow_forgery_protection = false
|
|||
config.log_level = :{{ redmine_log_level }}
|
||||
|
||||
{% if redmine_memcached %}
|
||||
config.cache_store = :mem_cache_store, {% for h in redmine_memcache_hosts %}"{{ h }}"{% if not loop.last %}, {% endif %{% endfor %}
|
||||
config.cache_store = :mem_cache_store, {% for h in redmine_memcache_hosts %}"{{ h }}"{% if not loop.last %}, {% endif %}{% endfor %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue