1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

Update configuration.md

This commit is contained in:
Ginger Collison 2019-06-17 14:52:38 -05:00 committed by GitHub
parent 29ef60d55e
commit ceb702571c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.