0
0
Fork 0

Set config.cache_store in environments file. (#3219)

* Set config.cache_store in application.rb

* Set config.cache_store in environments.

* fix code format.
This commit is contained in:
Clworld 2017-05-22 22:01:02 +09:00 committed by Eugen Rochko
parent 07af8c05fd
commit df92f010ad
4 changed files with 22 additions and 16 deletions

View file

@ -50,6 +50,9 @@ Rails.application.configure do
# Use a different logger for distributed setups.
# config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new)
# Use a different cache store in production.
config.cache_store = :redis_store, ENV['REDIS_URL'], REDIS_CACHE_PARAMS
# Enable serving of images, stylesheets, and JavaScripts from an asset server.
# config.action_controller.asset_host = 'http://assets.example.com'