Revert "Decommission ActiveStorage proxy service and use openstack service"

This reverts commit 0ff6c793ae.
This commit is contained in:
simon lehericey 2019-10-29 10:30:40 +01:00
parent db8ba304e6
commit 71227be37f
4 changed files with 61 additions and 31 deletions

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 = :openstack
config.active_storage.service = :proxied
# Send deprecation notices to registered listeners.
config.active_support.deprecation = :notify