From ceb702571c13948b54278e4dd4e1fbf9adc58a17 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Mon, 17 Jun 2019 14:52:38 -0500 Subject: [PATCH] Update configuration.md --- nats_streaming/clustering/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nats_streaming/clustering/configuration.md b/nats_streaming/clustering/configuration.md index cd519d7..2ad00d4 100644 --- a/nats_streaming/clustering/configuration.md +++ b/nats_streaming/clustering/configuration.md @@ -18,7 +18,7 @@ Note that once a leader is elected, subsequent servers can be started without pr nats-streaming-server -store file -dir store-d -clustered -nats_server nats://localhost:4222 ``` -The equivalent clustering configurations can be specified in a configuration file under the `cluster` group. See the [Configuring](#configuring) section for more information. +The equivalent clustering configurations can be specified in a configuration file under the `cluster` group. See the [README Configuring](https://github.com/nats-io/nats-streaming-server#configuring) section for more information. Here is an example of a cluster of 3 nodes using the following configuration files. The nodes are running on `host1`, `host2` and `host3` respectively. **NOTE** If you have an existing NATS cluster and want to run NATS Streaming Cluster on top of that, see details at the end of this section.