From ead87e90ef26f290196a1c25c0db719cb0699f32 Mon Sep 17 00:00:00 2001 From: Ernesto Tagwerker Date: Tue, 24 Sep 2024 10:34:54 -0400 Subject: [PATCH] Stop using active_storage in production --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index d8d8449..f4878f5 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -34,7 +34,7 @@ # 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 = :cloudflare + # config.active_storage.service = :cloudflare # Mount Action Cable outside main process or domain. # config.action_cable.mount_path = nil