From 880ee295387be87dbca3c2b2434c4002adcdbd73 Mon Sep 17 00:00:00 2001 From: YushiroDodo63 Date: Sun, 25 Jun 2023 15:08:55 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20=E6=9C=AC=E7=95=AA=E7=92=B0=E5=A2=83?= =?UTF-8?q?=E3=81=AEAPI=E3=82=92=E5=8F=A9=E3=81=91=E3=81=AA=E3=81=84?= =?UTF-8?q?=E3=82=88=E3=81=86=E3=81=AB=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/config/environments/production.rb b/api/config/environments/production.rb index 7efed08..cb87cea 100644 --- a/api/config/environments/production.rb +++ b/api/config/environments/production.rb @@ -13,7 +13,7 @@ config.eager_load = true # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = true + config.consider_all_requests_local = false # Ensures that a master key has been made available in either ENV["RAILS_MASTER_KEY"] # or in config/master.key. This key is used to decrypt credentials (and other encrypted files).