5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-17 22:00:48 +00:00
panel/config/storage.yml

9 lines
150 B
YAML
Raw Normal View History

2019-08-22 01:09:29 +00:00
local:
service: Disk
2020-12-24 18:02:03 +00:00
public: true
root: <%= Rails.root.join('_storage') %>
2019-08-22 01:09:29 +00:00
test:
service: Disk
root: <%= Rails.root.join('tmp/storage') %>