From ce35d5749a8c610e55858a4796bed2beeeae4aee Mon Sep 17 00:00:00 2001 From: Nicolas Maillat Date: Thu, 9 Apr 2020 15:53:54 +0200 Subject: [PATCH] Removing rabbitmq conf --- lib/conf.d/configuration.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/lib/conf.d/configuration.yml b/lib/conf.d/configuration.yml index 3b1160055d..fb4805c7a9 100644 --- a/lib/conf.d/configuration.yml +++ b/lib/conf.d/configuration.yml @@ -309,13 +309,14 @@ video-editor: - 1 - '1.5' - 3 -rabbitmq: - server: - host: localhost - port: 5672 - user: '' - password: '' - vhost: / - +workers: + queue: + worker-queue: + registry: alchemy_worker.queue_registry + host: localhost + port: 5672 + user: '' + password: '' + vhost: / Console_logger_enabled_environments: [test]