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:
parent
07af8c05fd
commit
df92f010ad
4 changed files with 22 additions and 16 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue