diff options
| author | Jonathan Amsterdam <jba@google.com> | 2019-04-05 13:43:38 -0400 |
|---|---|---|
| committer | Jonathan Amsterdam <jba@google.com> | 2019-04-05 13:43:38 -0400 |
| commit | 72920efc20fd758048f21a82d621a6d7bbc08066 (patch) | |
| tree | 518ece4c076efbec08d0cbf314bc8cdb29ae26f5 /weed/command | |
| parent | a6a5d804014f5bbcf339fd45a94141f0f8c06232 (diff) | |
| download | seaweedfs-72920efc20fd758048f21a82d621a6d7bbc08066.tar.xz seaweedfs-72920efc20fd758048f21a82d621a6d7bbc08066.zip | |
added entry to scaffold
Diffstat (limited to 'weed/command')
| -rw-r--r-- | weed/command/scaffold.go | 1 |
1 files changed, 1 insertions, 0 deletions
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 = ` |
