X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/141df02e671d7c559f6d813bde1d792a159f1875..809b1940302652f5432dc451fc780e34d227447e:/config/environments/production.rb 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