X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/dcfe326f6515cc7aeb9c02b7536e69863c60cd01..c162c065c6f6db5dc584599f5639b296b627a165:/config/environments/production.rb diff --git a/config/environments/production.rb b/config/environments/production.rb index 97121d5a7..90c0c1c40 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_symbol # Mount Action Cable outside main process or domain # config.action_cable.mount_path = nil