summaryrefslogtreecommitdiff
path: root/config/storage.yml
blob: 077b15dc4b84fe6767b84857a133f1c0902fd99b (plain)
1
2
3
4
5
6
7
local:
  service: Disk
  #root: <%= Rails.root.join("storage") %>

test:
  service: Disk
  root: <%= Rails.root.join("tmp/storage") %>