From 6cad0fa2a5986b9c22c1138770c59135446ee267 Mon Sep 17 00:00:00 2001 From: 839 <8398a7@gmail.com> Date: Sun, 20 Oct 2024 21:46:50 +0900 Subject: [PATCH] Change to use local --- config/environments/production.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 1ad052b3..d3509f9f 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -38,8 +38,8 @@ # config.action_dispatch.x_sendfile_header = "X-Accel-Redirect" # for NGINX # Store uploaded files on the local file system (see config/storage.yml for options). - # config.active_storage.service = :local - config.active_storage.service = :google + config.active_storage.service = :local + # config.active_storage.service = :google # Mount Action Cable outside main process or domain. # config.action_cable.mount_path = nil