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

Commit

Permalink
Fix the example
Browse files Browse the repository at this point in the history
  • Loading branch information
gmr committed Apr 15, 2015
1 parent ad8830a commit d8ce032
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ An *experimental* RabbitMQ plugin that clusters nodes automatically using Consul
:target: https://travis-ci.org/aweber/rabbitmq-autocluster-consul
.. image:: https://img.shields.io/github/release/aweber/rabbitmq-autocluster-consul.svg
:target: https://github.com/aweber/rabbitmq-autocluster-consul

Download
--------
Downloads of rabbitmq-autocluster-consul can be found on the
Expand Down Expand Up @@ -45,7 +45,8 @@ default values:
[{rabbitmq_autocluster_consul,
[
{consul_host, "localhost"},
{cconsul_port, 8500},
{consul_port, 8500},
{consul_acl, "example-acl-token"},
{cluster_name, "test"}
]}
].
Expand Down

0 comments on commit d8ce032

Please sign in to comment.