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:
commit
31cd45c58b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue