X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/7ccd11ebf3c8e119a04119a2e89ce6a879560578..6852bc9c9255aca49da991d295c2b8c5555a3db9:/config/environments/production.rb?ds=inline diff --git a/config/environments/production.rb b/config/environments/production.rb index 97121d5a7..ba781e5af 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -39,7 +39,7 @@ Rails.application.configure do # 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 = Settings.storage_service.to_sym # Mount Action Cable outside main process or domain # config.action_cable.mount_path = nil