diff --git a/config/environments/production.rb b/config/environments/production.rb index 51d1c8d..b3a0ce4 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -54,7 +54,7 @@ Wrestling::Application.configure do # Use a different cache store in production. # config.cache_store = :mem_cache_store - config.cache_store = :dalli_store, + config.cache_store = :mem_cache_store, (ENV["MEMCACHIER_SERVERS"] || "").split(","), {:username => ENV["MEMCACHIER_USERNAME"], :password => ENV["MEMCACHIER_PASSWORD"], diff --git a/config/storage.yml b/config/storage.yml new file mode 100644 index 0000000..e69de29