forked from wallabag/wallabag
The structure changed completely. Bundles are gone. Everything is flatten in the folder `src`. I separated import & api controllers to avoid _pollution_ in the main controller folder.
9 lines
196 B
YAML
9 lines
196 B
YAML
doctrine:
|
|
orm:
|
|
metadata_cache_driver:
|
|
type: service
|
|
id: filesystem_cache
|
|
query_cache_driver:
|
|
type: service
|
|
id: filesystem_cache
|