5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-29 18:26:07 +00:00
panel/config/storage.yml

8 lines
135 B
YAML
Raw 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') %>