diff --git a/docs/best-practices/database/how-to-run-rabbitmq-on-hypernode.md b/docs/best-practices/database/how-to-run-rabbitmq-on-hypernode.md index 0da41e19..dcd26c2b 100644 --- a/docs/best-practices/database/how-to-run-rabbitmq-on-hypernode.md +++ b/docs/best-practices/database/how-to-run-rabbitmq-on-hypernode.md @@ -76,7 +76,7 @@ You need to make some changes in Magento in order to use RabbitMQ. For example i array ( 'amqp' => array ( - 'host' => 'localhost', + 'host' => 'rabbitmqmaster', 'port' => '5672', 'user' => 'guest', 'password' => 'guest',