otwarchive-sunsetarchive/config/storage.yml
2026-03-17 01:16:49 -04:00

17 lines
366 B
YAML
Executable file

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