|
@@ -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.
|