sliproad/assets/config_examples/disk.yml
Gabriel Simmer a765d52e4b
Update README, add configuration examples.
Expanded the README with more up-to-date data and elaboration on
providers, which may have been a bit unclear before. Also added a few
configuration examples for each provider, with comments.
2020-03-31 00:03:50 +01:00

5 lines
256 B
YAML

# The disk provider is the most basic of providers, requiring only a path on disk to write and retrieve files to and
# from.
disk:
provider: disk
path: /tmp/nas # This is only used for the `disk` provider right now, and indicates where to manage files.