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]