From 72920efc20fd758048f21a82d621a6d7bbc08066 Mon Sep 17 00:00:00 2001 From: Jonathan Amsterdam Date: Fri, 5 Apr 2019 13:43:38 -0400 Subject: [PATCH] added entry to scaffold --- weed/command/scaffold.go | 1 + 1 file changed, 1 insertion(+) diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go index b21641f6b..106c2dace 100644 --- a/weed/command/scaffold.go +++ b/weed/command/scaffold.go @@ -190,6 +190,7 @@ enabled = false # The exchange must have already been created by some other means, like # the RabbitMQ management plugin. topic_url = "rabbit://myexchange" +sub_url = "rabbit://myqueue" ` REPLICATION_TOML_EXAMPLE = `