Skip to content

Commit

Permalink
Merge pull request #501 from K0GiHF9S/mem_cache
Browse files Browse the repository at this point in the history
Fixed "undefined method dup_value" in setting page
  • Loading branch information
jcormier committed Apr 19, 2022
2 parents 8937f1d + bf5e724 commit 6c24d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/runtime/config/redmine/additional_environment.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
config.gem 'dalli'
config.action_controller.perform_caching = true
config.cache_classes = true
config.cache_store = :dalli_store, "{{MEMCACHE_HOST}}:{{MEMCACHE_PORT}}"
config.cache_store = :mem_cache_store, "{{MEMCACHE_HOST}}:{{MEMCACHE_PORT}}"

0 comments on commit 6c24d17

Please sign in to comment.