demarches-normaliennes/config/initializers/active_storage_conf_override.rb

5 lines
192 B
Ruby
Raw Normal View History

2018-02-15 14:30:18 +01:00
# FIXME: remove this once we moved to a properly structured infrastructure
if Rails.env.production? || Rails.env.staging?
Rails.application.config.active_storage.service = :clever_cloud
end