diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2019-04-08 10:31:02 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-08 10:31:02 -0700 |
| commit | a41ba791191fd5188c044fe540ae21550fe965c0 (patch) | |
| tree | 672a369b0ea4434e21cc01e19ca43ee31f0c095e /weed/command | |
| parent | d14b614407a96e3d81bc655e5164d202c7e3b959 (diff) | |
| parent | 72920efc20fd758048f21a82d621a6d7bbc08066 (diff) | |
| download | seaweedfs-a41ba791191fd5188c044fe540ae21550fe965c0.tar.xz seaweedfs-a41ba791191fd5188c044fe540ae21550fe965c0.zip | |
Merge pull request #914 from jba/gocdk-receive
replication: add GoCDK PubSub support
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 = ` |
