summaryrefslogtreecommitdiff
path: root/docs
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
commit01049a2a850bdd16406a60702d21e4dd869d78dc (patch)
treef2b2fcb04926ac228ee935c53512a33ca66b55dc /docs
parent7e8e9c95d0e43ad8fadb62a3893ff7176c43b3c9 (diff)
downloadrabbitmq-server-git-01049a2a850bdd16406a60702d21e4dd869d78dc.tar.gz
I tried uncommenting everything and trying to use the resultant config file. Fix syntax errors thus found.
Diffstat (limited to 'docs')
-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 845e6372e1..b074769948 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
%%