You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
---
|
|
|
|
# Plain TCP port
|
|
rabbitmq_port: 5672
|
|
|
|
# Access to the plain port
|
|
rabbitmq_src_ip: []
|
|
|
|
# Should the guest user available from anywhere ? If False, it'll only be accepted from loopback
|
|
rabbitmq_guest_from_anywhere: False
|
|
|