From 7bc21520579a652d8ef6269d0cb041ec226912d3 Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Sat, 13 Sep 2025 18:10:47 +0300 Subject: [PATCH] expire disk storage urls --- config/storage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/storage.yml b/config/storage.yml index e6fca35e..389cffd1 100644 --- a/config/storage.yml +++ b/config/storage.yml @@ -1,7 +1,7 @@ disk: service: Disk root: <%= ENV['WORKDIR'] || '.' %>/attachments - public: true + public: <%= ENV['ACTIVE_STORAGE_PUBLIC'] == 'true' %> aws_s3: service: S3