Merge pull request #3123 from betagouv/frederic/fix_2180/switch_to_new_pj_provider

[#2180] Passer sur le nouveau fournisseur de stockage
This commit is contained in:
Frederic Merizen 2018-12-11 19:59:06 +01:00 committed by GitHub
commit 31cd45c58b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,7 +93,7 @@ Rails.application.configure do
# the I18n.default_locale when a translation cannot be found).
config.i18n.fallbacks = true
config.active_storage.service = :clever_cloud
config.active_storage.service = :openstack
# Send deprecation notices to registered listeners.
config.active_support.deprecation = :notify