devkit/rabbitmq/conf/conf.d/10-defaults.conf
2024-07-24 13:20:33 +08:00

35 lines
1.0 KiB
Plaintext

## DEFAULT SETTINGS ARE NOT MEANT TO BE TAKEN STRAIGHT INTO PRODUCTION
## see https://www.rabbitmq.com/configure.html for further information
## on configuring RabbitMQ
## allow access to the guest user from anywhere on the network
## https://www.rabbitmq.com/access-control.html#loopback-users
## https://www.rabbitmq.com/production-checklist.html#users
loopback_users.guest = true
## Send all logs to stdout/TTY. Necessary to see logs when running via
## a container
log.console = true
disk_free_limit.absolute = 6G
vm_memory_high_watermark.relative = 0.7
default_vhost = /
default_user = hello
default_pass = helloworld
default_permissions.configure = .*
default_permissions.read = .*
default_permissions.write = .*
## Tags for default user
##
## For more details about tags, see the documentation for the
## Management Plugin at https://rabbitmq.com/management.html.
##
default_user_tags.administrator = true
## Define other tags like this:
default_user_tags.management = true
# default_user_tags.custom_tag = true