From ac1f935d532fc0f6ce061f4ca9fc300832e9ef3a Mon Sep 17 00:00:00 2001 From: Hosmel Quintana Date: Fri, 5 Dec 2025 10:06:01 -0600 Subject: [PATCH] Update config/environments/production.rb Co-authored-by: Alex Ghiculescu --- 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 d211490d1..68cd831ce 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -41,7 +41,7 @@ Rails.application.configure do } # Select Active Storage service via env var; default to local disk. - config.active_storage.service = ENV.fetch("ACTIVE_STORAGE_SERVICE", nil).presence&.to_sym || :local + config.active_storage.service = ENV.fetch("ACTIVE_STORAGE_SERVICE", "local").to_sym # Enable serving of images, stylesheets, and JavaScripts from an asset server. # config.asset_host = "http://assets.example.com"