Skip to content

Commit f61d22d

Browse files
authored
Update yaml snippet to match flex recipe
1 parent 4885033 commit f61d22d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/1-getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ flysystem:
2828
default.storage:
2929
adapter: 'local'
3030
options:
31-
directory: '%kernel.project_dir%/storage'
31+
directory: '%kernel.project_dir%/var/storage/default'
3232
```
3333
3434
This configuration defines a single storage service (`default.storage`) based on the local adapter
35-
and configured to use the `%kernel.project_dir%/storage` directory.
35+
and configured to use the `%kernel.project_dir%/var/storage/default` directory.
3636

3737
For each storage defined under `flysystem.storages`, an associated service is created using the
3838
name you provide (in this case, a service `default.storage` will be created). The bundle also

0 commit comments

Comments
 (0)