otwarchive-sunsetarchive/config/storage.yml

18 lines
366 B
YAML
Raw Permalink Normal View History

2026-03-17 05:16:49 +00:00
test:
service: Disk
root: <%= Rails.root.join("tmp/storage") %>
local:
service: Disk
root: <%= Rails.root.join("storage") %>
# Example AWS S3 configuration for ActiveStorage.
# This should be overridden by config/storage/<environment>.yml
# s3:
# service: S3
# access_key_id: ""
# secret_access_key: ""
# region: ""
# bucket: ""
# public: true