소스 검색

master.key is now used in production environment

Lou 2 년 전
부모
커밋
0e529f8a0a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      config/environments/production.rb

+ 1
- 1
config/environments/production.rb 파일 보기

@@ -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…
취소
저장