]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/config.yml
Update docker-composer with RabbitMQ configuration
[github/wallabag/wallabag.git] / app / config / config.yml
index 49b325a291299fa5c8073298541499abc7195e87..ef5ae0aa2e64d63ee5dac4ac8a54d57315b65680 100644 (file)
@@ -49,6 +49,10 @@ wallabag_core:
     language: en
     rss_limit: 50
     reading_speed: 1
+    cache_lifetime: 10
+
+wallabag_user:
+    registration_enabled: "%fosuser_registration%"
 
 wallabag_import:
     allow_mimetypes: ['application/octet-stream', 'application/json', 'text/plain']
@@ -61,19 +65,6 @@ twig:
     form_themes:
         - "LexikFormFilterBundle:Form:form_div_layout.html.twig"
 
-# Assetic Configuration
-assetic:
-    debug: "%kernel.debug%"
-    use_controller: false
-    bundles:        [ ]
-    #java: /usr/bin/java
-    filters:
-        cssrewrite: ~
-        #closure:
-        #    jar: "%kernel.root_dir%/Resources/java/compiler.jar"
-        #yui_css:
-        #    jar: "%kernel.root_dir%/Resources/java/yuicompressor-2.4.7.jar"
-
 # Doctrine Configuration
 doctrine:
     dbal:
@@ -224,3 +215,28 @@ lexik_maintenance:
     response:
         code: 503
         status: "wallabag Service Temporarily Unavailable"
+
+old_sound_rabbit_mq:
+    connections:
+        default:
+            host:     %rabbitmq_host%
+            port:     %rabbitmq_port%
+            user:     %rabbitmq_user%
+            password: %rabbitmq_password%
+            vhost:    /
+            lazy:     false
+    producers:
+        wallabag:
+            connection: default
+            exchange_options:
+                name: 'wallabag_exchange'
+                type: topic
+    consumers:
+        entries:
+            connection: default
+            exchange_options:
+                name: 'wallabag_exchange'
+                type: topic
+            queue_options:
+                name: 'wallabag_queue'
+            callback: wallabag_import.consumer.entry