mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
7 lines
315 B
Plaintext
7 lines
315 B
Plaintext
loopback_users.guest = false
|
|
listeners.tcp.default = 5672
|
|
|
|
cluster_formation.peer_discovery_backend = rabbit_peer_discovery_classic_config
|
|
cluster_formation.classic_config.nodes.1 = rabbit@rabbit-1
|
|
cluster_formation.classic_config.nodes.2 = rabbit@rabbit-2
|
|
cluster_formation.classic_config.nodes.3 = rabbit@rabbit-3 |