Missing }

This commit is contained in:
Andrea Dell'Amico 2021-07-12 15:46:08 +02:00
parent e657c07b9f
commit fed1934fd8
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}