Skip to content

Commit 4be6b41

Browse files
rename rabbitmq host magento2 to rabbitmqmaster
1 parent f35edbf commit 4be6b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/best-practices/database/how-to-run-rabbitmq-on-hypernode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ You need to make some changes in Magento in order to use RabbitMQ. For example i
7676
array (
7777
'amqp' =>
7878
array (
79-
'host' => 'localhost',
79+
'host' => 'rabbitmqmaster',
8080
'port' => '5672',
8181
'user' => 'guest',
8282
'password' => 'guest',

0 commit comments

Comments
 (0)