summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2013-09-30 16:12:36 +0100
committerSimon MacMullen <simon@rabbitmq.com>2013-09-30 16:12:36 +0100
commit5c645ad711524a1473e8cded56603c0a606860ab (patch)
treef2b2fcb04926ac228ee935c53512a33ca66b55dc
parent2df831c7d92779ed9fabe7b0de2fca33e987791a (diff)
downloadrabbitmq-server-5c645ad711524a1473e8cded56603c0a606860ab.tar.gz
I tried uncommenting everything and trying to use the resultant config file. Fix syntax errors thus found.
-rw-r--r--docs/rabbitmq.config.example10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index 845e6372..b0747699 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -225,7 +225,7 @@
%% http://www.rabbitmq.com/nettick.html for further details.
%%
%% {net_ticktime, 60}
- ]}
+ ]},
%% ----------------------------------------------------------------------------
%% RabbitMQ Management Plugin
@@ -252,7 +252,7 @@
%% {ssl, true},
%% {ssl_opts, [{cacertfile, "/path/to/cacert.pem"},
%% {certfile, "/path/to/cert.pem"},
- %% {keyfile, "/path/to/key.pem"}]}]}
+ %% {keyfile, "/path/to/key.pem"}]}]},
%% Configure how long aggregated data (such as message rates and queue
%% lengths) is retained. Please read the plugin's documentation in
@@ -327,6 +327,8 @@
%% reconnect in the event of a connection failure.
%%
%% {reconnect_delay, 2.5}
+
+ %% ]} %% End of my_first_shovel
]}
]},
@@ -462,7 +464,7 @@
%% Specify servers to bind to. You *must* set this in order for the plugin
%% to work properly.
%%
- %% {servers, ["your-server-name-goes-here"]}
+ %% {servers, ["your-server-name-goes-here"]},
%% Connect to the LDAP server using SSL
%%
@@ -528,7 +530,7 @@
%% Set the query to use when determining vhost access
%%
%% {vhost_access_query, {in_group,
- %% ou=${vhost}-users,ou=vhosts,dc=example,dc=com"}},
+ %% "ou=${vhost}-users,ou=vhosts,dc=example,dc=com"}},
%% Set the query to use when determining resource (e.g., queue) access
%%