From 99bd4b3a0ffb41793d6b86b0c7159259f984bc55 Mon Sep 17 00:00:00 2001 From: newur Date: Sun, 23 Feb 2020 14:37:14 +0100 Subject: [PATCH] removed comma from yaml config --- site2/docs/io-rabbitmq-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site2/docs/io-rabbitmq-source.md b/site2/docs/io-rabbitmq-source.md index e9069cb351a22..890a1eaf7d6ff 100644 --- a/site2/docs/io-rabbitmq-source.md +++ b/site2/docs/io-rabbitmq-source.md @@ -61,7 +61,7 @@ Before using the RabbitMQ source connector, you need to create a configuration f configs: host: "localhost" port: 5672 - virtualHost: "/", + virtualHost: "/" username: "guest" password: "guest" queueName: "test-queue"