From 98f5e7978639ff9614a4a401aad0f5c34f99650c Mon Sep 17 00:00:00 2001 From: Mikhael Rakauskas Date: Wed, 13 Aug 2025 13:17:19 -0400 Subject: [PATCH] Force SSL in staging environments --- .env.staging | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.staging b/.env.staging index 9651677c..0a4eecef 100644 --- a/.env.staging +++ b/.env.staging @@ -7,3 +7,4 @@ REDIS_URL= PORT=3000 S3_ATTACHMENTS_BUCKET= ACTIVE_STORAGE_PUBLIC=true +FORCE_SSL=true