Skip to content

Commit

Permalink
Enable plain-text rabbitmq on the local test setup
Browse files Browse the repository at this point in the history
We can't disable it because it is needed by federation-v0.
  • Loading branch information
pcapriotti committed Jun 20, 2024
1 parent fd7b9af commit 985541b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/dockerephemeral/rabbitmq-config/rabbitmq.conf
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
default_user = $(RABBITMQ_USERNAME)
default_pass = $(RABBITMQ_PASSWORD)

listeners.tcp = none
listeners.tcp.default = 5672
listeners.ssl.default = 5671
ssl_options.cacertfile = /etc/rabbitmq/certificates/ca.pem
ssl_options.certfile = /etc/rabbitmq/certificates/cert.pem
ssl_options.keyfile = /etc/rabbitmq/certificates/key.pem

management.tcp.port = 15672
management.ssl.port = 15671
management.ssl.cacertfile = /etc/rabbitmq/certificates/ca.pem
management.ssl.certfile = /etc/rabbitmq/certificates/cert.pem
Expand Down

0 comments on commit 985541b

Please sign in to comment.