You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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=Rails.application.secrets.dig(:scaleway,:id).blank? ? :local : :scaleway# By default, files uploaded to Active Storage will be served from a private URL.# in production, you'll want to set this to :public so that files are served# unfortunately, this is not working with the current version of ActiveStorage# TODO: Update rails version and switch to public:true from active_storageconfig.active_storage.service_urls_expire_in=ENV.fetch("SERVICE_URLS_EXPIRE_IN")doifRails.application.secrets.dig(:scaleway,:id).blank?"120000"else"1"endend.to_i.weeks# Mount Action Cable outside main process or domain# config.action_cable.mount_path = nil
The text was updated successfully, but these errors were encountered:
config.action_cable.mount_path = nil
https://api.github.com/OpenSourcePolitics/decidim-mel/blob/7500e176432b625b3f298ead94dc70190a64c232/config/environments/production.rb#L40
The text was updated successfully, but these errors were encountered: