Skip to content

Commit

Permalink
fixed an issue with a memcache config value
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorf committed Dec 2, 2024
1 parent 42512d7 commit 0942763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
config.assets.quiet = true

# memcache setup
config.cache_store = ActiveSupport::Cache::MemCacheStore.new('cache:11211', namespace: 'BioPortal')
config.cache_store = ActiveSupport::Cache::MemCacheStore.new('localhost', namespace: 'BioPortal')

# Silence cache output
config.cache_store.logger = Logger.new("/dev/null") if config.cache_store.respond_to?(:logger)
Expand Down

0 comments on commit 0942763

Please sign in to comment.