summaryrefslogtreecommitdiff
path: root/docs/rabbitmq.config.example
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-08-13 15:59:16 +0100
committerSimon MacMullen <simon@rabbitmq.com>2014-08-13 15:59:16 +0100
commit5af9979478c311c6c63d3bace6f219e659aa7c85 (patch)
treef558eadfc931bb34a3bd41a8bbfa814dc8a07dfd /docs/rabbitmq.config.example
parenta345670b49d2f9aaaf2e862b04faaf2b9b147143 (diff)
parent7cd5c26949fe9c60d5a609bb05f9244e74f618bd (diff)
downloadrabbitmq-server-git-5af9979478c311c6c63d3bace6f219e659aa7c85.tar.gz
Merge bug26306
Diffstat (limited to 'docs/rabbitmq.config.example')
-rw-r--r--docs/rabbitmq.config.example8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index e8b5666098..63540568f1 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -49,6 +49,14 @@
%% ==============
%%
+ %% The default "guest" user is only permitted to access the server
+ %% via a loopback interface (e.g. localhost).
+ %% {loopback_users, [<<"guest">>]},
+ %%
+ %% Uncomment the following line if you want to allow access to the
+ %% guest user from anywhere on the network.
+ %% {loopback_users, []},
+
%% Configuring SSL.
%% See http://www.rabbitmq.com/ssl.html for full documentation.
%%