diff --git a/config/environments/development.rb b/config/environments/development.rb index b806a14f..bc9dc2d4 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -66,6 +66,8 @@ Rails.application.configure do # Raise exceptions for disallowed deprecations. config.active_support.disallowed_deprecation = :raise + config.active_storage.service_urls_expire_in = 240.minutes + # Tell Active Support which deprecation messages to disallow. config.active_support.disallowed_deprecation_warnings = []