Skip to content

Commit 97ff0f7

Browse files
authored
Merge pull request #301 from ByteInternet/hostname-change-rabbitmq-elasticsearch
rename rabbitmq host magento2 to rabbitmqmaster
2 parents f35edbf + 4be6b41 commit 97ff0f7

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)