first implementation
This commit is contained in:
16
deploy/rabbitmq.conf
Normal file
16
deploy/rabbitmq.conf
Normal file
@@ -0,0 +1,16 @@
|
||||
loopback_users.guest = false
|
||||
management.path_prefix = /rabbit
|
||||
default_user = admin
|
||||
default_pass = DSf3e45tdrs
|
||||
|
||||
|
||||
# ssl? tcp?
|
||||
# tcp хост.порт, ssl хост.порт
|
||||
#management.tcp.port = 15672
|
||||
#management.tcp.ip = 0.0.0.0
|
||||
#management.ssl.port = 15671
|
||||
#management.ssl.ip = 0.0.0.0
|
||||
# пути до сертификатов
|
||||
#management.ssl.cacertfile = /path/to/ca_certificate.pem
|
||||
#management.ssl.certfile = /path/to/server_certificate.pem
|
||||
#management.ssl.keyfile = /path/to/server_key.pem
|
||||
Reference in New Issue
Block a user