Configure beta to use production blob store

This commit is contained in:
Mike Dalessio
2025-11-21 12:28:28 -05:00
parent 2a88e8aacc
commit 44f1d19f9a
3 changed files with 3 additions and 5 deletions
+2 -1
View File
@@ -19,9 +19,10 @@ devminio:
# We have "development", "staging", and "production" buckets configured. Note that we don't have a
# "beta" bucket. (As of 2025-06-01.)
<% pure_env = Rails.env.beta? ? "production" : Rails.env %>
purestorage:
service: S3
bucket: fizzy-<%= Rails.env %>-activestorage
bucket: fizzy-<%= pure_env %>-activestorage
endpoint: "https://storage.basecamp.com"
ssl_verify_peer: false # FIXME: using self-signed cert internally
force_path_style: true