Browse Source

master.key is now used in production environment

Lou 2 years ago
parent
commit
0e529f8a0a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      config/environments/production.rb

+ 1
- 1
config/environments/production.rb View File

@@ -17,7 +17,7 @@ Rails.application.configure do
17 17
 
18 18
   # Ensures that a master key has been made available in either ENV["RAILS_MASTER_KEY"]
19 19
   # or in config/master.key. This key is used to decrypt credentials (and other encrypted files).
20
-  # config.require_master_key = true
20
+  config.require_master_key = true
21 21
 
22 22
   # Disable serving static files from the `/public` folder by default since
23 23
   # Apache or NGINX already handles this.

Loading…
Cancel
Save