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

@ -13,6 +13,8 @@ require_relative '../lib/mastodon/version'
Dotenv::Railtie.load
require_relative '../lib/mastodon/redis_config'
module Mastodon
class Application < Rails::Application
# Settings in config/environments/* take precedence over those specified here.