From bdd483b8ec795d1b6b8f02cef33d31ba226f4645 Mon Sep 17 00:00:00 2001 From: Simon MacMullen Date: Wed, 6 Aug 2014 17:19:34 +0100 Subject: Add loopback_users (somewhat late...) --- docs/rabbitmq.config.example | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example index b0e13b1b..a128bfbc 100644 --- a/docs/rabbitmq.config.example +++ b/docs/rabbitmq.config.example @@ -44,6 +44,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. %% -- cgit v1.2.1