From 84877b3c75d5ff7a640260ff48c9b87ee2567fd8 Mon Sep 17 00:00:00 2001 From: Eric Pugh Date: Tue, 16 Jan 2024 07:11:55 -0500 Subject: [PATCH] use the db too! --- 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 4af26556b..a7c7e6631 100755 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -47,7 +47,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 = :local + config.active_storage.service = :db # :local # Mount Action Cable outside main process or domain. # config.action_cable.mount_path = nil