Update production.rb
require master key
This commit is contained in:
parent
e00f8a49d9
commit
646789bc5c
1 changed files with 2 additions and 1 deletions
|
|
@ -2,6 +2,7 @@ require "active_support/core_ext/integer/time"
|
||||||
|
|
||||||
Rails.application.configure do
|
Rails.application.configure do
|
||||||
# Settings specified here will take precedence over those in config/application.rb.
|
# Settings specified here will take precedence over those in config/application.rb.
|
||||||
|
config.require_master_key = true
|
||||||
|
|
||||||
# Code is not reloaded between requests.
|
# Code is not reloaded between requests.
|
||||||
config.cache_classes = true
|
config.cache_classes = true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue