X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/ba627420a3e183fcee7ce38b2f68a0ff7663c647..a7092491b069de43bb8d8c30d3526e7095c5cc98:/config/environments/production.rb diff --git a/config/environments/production.rb b/config/environments/production.rb index 90c0c1c40..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 = Settings.storage_service.to_symbol + config.active_storage.service = Settings.storage_service.to_sym # Mount Action Cable outside main process or domain # config.action_cable.mount_path = nil