Skip to content
This repository was archived by the owner on Feb 15, 2018. It is now read-only.

Commit d8ce032

Browse files
committed
Fix the example
1 parent ad8830a commit d8ce032

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ An *experimental* RabbitMQ plugin that clusters nodes automatically using Consul
66
:target: https://travis-ci.org/aweber/rabbitmq-autocluster-consul
77
.. image:: https://img.shields.io/github/release/aweber/rabbitmq-autocluster-consul.svg
88
:target: https://github.com/aweber/rabbitmq-autocluster-consul
9-
9+
1010
Download
1111
--------
1212
Downloads of rabbitmq-autocluster-consul can be found on the
@@ -45,7 +45,8 @@ default values:
4545
[{rabbitmq_autocluster_consul,
4646
[
4747
{consul_host, "localhost"},
48-
{cconsul_port, 8500},
48+
{consul_port, 8500},
49+
{consul_acl, "example-acl-token"},
4950
{cluster_name, "test"}
5051
]}
5152
].

0 commit comments

Comments
 (0)