mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-22 04:46:23 +03:00
12 lines
334 B
YAML
12 lines
334 B
YAML
oneup_flysystem:
|
|
adapters:
|
|
my_adapter:
|
|
local:
|
|
directory: "%kernel.root_dir%/cache"
|
|
|
|
filesystems:
|
|
my_filesystem:
|
|
adapter: my_adapter
|
|
# optional - defines the default visibility of the filesystem: `public` or `private`(default)
|
|
visibility: private
|