From 3a251dd063de9b3b9e6e732732d31b1e4cd7fc56 Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Sat, 27 Sep 2025 11:08:14 +0300 Subject: [PATCH] development url ttl --- config/environments/development.rb | 2 ++ 1 file changed, 2 insertions(+) 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 = []