]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/config_dev.yml
Merge remote-tracking branch 'origin/master' into 2.1
[github/wallabag/wallabag.git] / app / config / config_dev.yml
index 0fa23dbfa449ce8e10c14cbbf3cc1f96f028f7ce..3b67d8f6965b50a14b1460c9bea2a9416c25de8f 100644 (file)
@@ -35,11 +35,16 @@ monolog:
                 VERBOSITY_DEBUG: DEBUG
             channels: [doctrine]
 
-assetic:
-    use_controller: true
-
 swiftmailer:
     # see http://mailcatcher.me/
     transport: smtp
     host: 'localhost'
     port: 1025
+
+# If you want to use cache for queries used in WallabagExtension
+# Uncomment the following lines
+#doctrine:
+#    orm:
+#        metadata_cache_driver: apcu
+#        result_cache_driver: apcu
+#        query_cache_driver: apcu