Update config/environments/production.rb

Co-authored-by: Alex Ghiculescu <alex@tanda.co>
This commit is contained in:
Hosmel Quintana
2025-12-05 10:06:01 -06:00
parent b3bc0bb2ff
commit ac1f935d53
+1 -1
View File
@@ -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"