Skip to content

Commit 671668f

Browse files
author
Jonathan Visser
committed
Update rabbitmqmaster to rabbitmq for horizontal autoscaling for magento
1 parent fa4b9d4 commit 671668f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/hypernode-platform/autoscaling/how-does-horizontal-autoscaling-work.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ More information about [Elasticsearch on Hypernode](../../hypernode-platform/too
202202

203203
#### Make sure RabbitMQ configured properly
204204

205-
Please make sure RabbitMQ host is set to `rabbitmqmaster` in the Magento 2 configuration file at `<magento_root>/app/etc/env.php`
205+
Please make sure RabbitMQ host is set to `rabbitmq` in the Magento 2 configuration file at `<magento_root>/app/etc/env.php`
206206
More information about [RabbitMQ on Hypernode](../../best-practices/database/how-to-run-rabbitmq-on-hypernode.md)
207207

208208
There is a rabbitmq user provisioned by Hypernode called `hypernode-admin` as a non-default user, but you can also configure RabbitMQ with a new different user of your own.
@@ -212,7 +212,7 @@ For example, you can run the following command to change your RabbitMQ config in
212212

213213
```bash
214214
bin/magento setup:config:set \
215-
--amqp-host="rabbitmqmaster" \
215+
--amqp-host="rabbitmq" \
216216
--amqp-user="my_rabbitmq_user" \
217217
--amqp-password="my_rabbitmq_password"
218218
```

0 commit comments

Comments
 (0)