]> 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 eb53fc5d45b5a819a08aa857c4f6237b6f5ce58d..ef5ae0aa2e64d63ee5dac4ac8a54d57315b65680 100644 (file)
@@ -51,6 +51,9 @@ wallabag_core:
     reading_speed: 1
     cache_lifetime: 10
 
+wallabag_user:
+    registration_enabled: "%fosuser_registration%"
+
 wallabag_import:
     allow_mimetypes: ['application/octet-stream', 'application/json', 'text/plain']
     resource_dir: "%kernel.root_dir%/../web/uploads/import"
@@ -212,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