Skip to content

Commit 7d216b6

Browse files
committed
chore: mdformat and black
1 parent 2cda8c0 commit 7d216b6

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ Another way to access the admin interface is via [hypernode-vpn](https://changel
7272
You can also create your own RabbitMQ users. This can be done by in the RabbitMQ admin interface, as follows:
7373

7474
1. Go to the RabbitMQ admin interface
75-
2. Click on the `Admin` tab
76-
3. Click on `Add a user`
77-
4. Fill in the username and password
78-
5. Click on `Add user`
79-
6. Click on the user you just created
80-
7. Click on `Set permission`
75+
1. Click on the `Admin` tab
76+
1. Click on `Add a user`
77+
1. Fill in the username and password
78+
1. Click on `Add user`
79+
1. Click on the user you just created
80+
1. Click on `Set permission`
8181

8282
## RabbitMQ and Magento 2
8383

docs/ecommerce-applications/magento-2/how-to-configure-remote-storage-for-magento-2-x.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Magento 2.x supports remote storage for media files, import/export files, and ot
1212
This feature allows you to store files in a remote storage location, such as an Amazon S3 bucket, instead of storing them on the server itself.
1313

1414
This can be useful for many reasons, such as:
15+
1516
- Offloading storage from your server, reducing the load on your server, and improving performance.
1617
- Allows you to make use of [horizontal scaling](../../hypernode-platform/autoscaling/how-does-horizontal-autoscaling-work), as you can easily add more servers without having to worry about syncing files between them.
1718
- Allows for effortless storage capacity scaling, as you can easily increase the storage capacity of your remote storage location.

0 commit comments

Comments
 (0)