ぼざクリタグ広場 https://hub.nizika.monster
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
344 B

  1. test:
  2. service: Disk
  3. root: <%= Rails.root.join("tmp/storage") %>
  4. local:
  5. service: Disk
  6. root: <%= Rails.root.join("storage") %>
  7. r2:
  8. service: S3
  9. endpoint: <%= ENV['R2_ENDPOINT'] %>
  10. access_key_id: <%= ENV['R2_ACCESS_KEY_ID'] %>
  11. secret_access_key: <%= ENV['R2_SECRET_ACCESS_KEY'] %>
  12. bucket: <%= ENV['R2_BUCKET'] %>
  13. region: auto