5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2025-03-15 12:08:19 +00:00
panel/config/storage.yml

8 lines
135 B
YAML
Raw Permalink Normal View History

2019-08-22 01:09:29 +00:00
local:
service: Disk
root: <%= Rails.root.join('_storage') %>
2019-08-22 01:09:29 +00:00
test:
service: Disk
root: <%= Rails.root.join('tmp/storage') %>