diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-08-06 17:19:34 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-08-06 17:19:34 +0100 |
| commit | ed4839d90ddb987e8aab63cd2742ec37cb273673 (patch) | |
| tree | 25910a98dd4e2c2041979b63ee91be852f56c5ec /docs | |
| parent | 140c28ab664aa054d9078bf91870224b0350845a (diff) | |
| download | rabbitmq-server-git-ed4839d90ddb987e8aab63cd2742ec37cb273673.tar.gz | |
Add loopback_users (somewhat late...)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmq.config.example | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example index b0e13b1b8d..a128bfbc54 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. %% |
