]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/services.yml
Fix documentation wording for matches/notmatches tagging rules
[github/wallabag/wallabag.git] / app / config / services.yml
index 9a1ce80b48e67f5e8591707037add3b1ed1dc602..7b85d846bbbe5dea783885eec1c9aec8005b7ad4 100644 (file)
@@ -42,3 +42,11 @@ services:
         arguments: ["@session"]
         tags:
             - { name: kernel.event_listener, event: security.interactive_login, method: onInteractiveLogin }
+
+    craue_config_cache_provider:
+        class: Symfony\Component\Cache\Adapter\FilesystemAdapter
+        public: false
+        arguments:
+            - 'craue_config'
+            - 0
+            - '%kernel.cache_dir%'