5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-03 12:36:08 +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') %>