Skip to content

Commit e5cd7f7

Browse files
committed
Update rabbitmq.conf based on @michaelklishin's suggestions
1 parent 8091a6c commit e5cd7f7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

rabbitmq.conf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
## allow access to the guest user from anywhere on the network
2+
## https://www.rabbitmq.com/access-control.html#loopback-users
3+
## https://www.rabbitmq.com/production-checklist.html#users
24
loopback_users.guest = false
35

4-
## see https://www.rabbitmq.com/configure.html for further information on configuring RabbitMQ
6+
## DEFAULT SETTINGS ARE NOT MEANT TO BE TAKEN STRAIGHT INTO PRODUCTION
7+
## see https://www.rabbitmq.com/configure.html for further information
8+
## on configuring RabbitMQ

0 commit comments

Comments
 (0)