Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Fix spelling of MAGENTO_CLOUD_RELATIONSHIPS #8606

Merged
merged 2 commits into from
Feb 1, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/cloud/project/services-rabbit.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ For debugging purposes, it is useful to directly connect to a service instance i
ssh -L 15672:localhost:15672 <project-ID>-<branch-ID>@ssh.us.magentosite.cloud
```

1. While the session is open, you can start a RabbitMQ client of your choice from your local workstation, configured to connect to the `localhost:<portnumber>` using the port number, username, and password information from the MAGENTO_CLOUD_RELATIONSHIP variable.
1. While the session is open, you can start a RabbitMQ client of your choice from your local workstation, configured to connect to the `localhost:<portnumber>` using the port number, username, and password information from the MAGENTO_CLOUD_RELATIONSHIPS variable.

### Connect from the application {#cloud-rabbitmq-conn-cont}

Expand Down