Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5b2ccb2

Browse files
Update instructions on how to start rabbitmq
1 parent 914c918 commit 5b2ccb2

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

use-cases/auth0.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,9 @@ CwIDAQAB
9595

9696
## Start RabbitMQ
9797

98-
Run the following commands to run RabbitMQ docker image with the latest changes
99-
from `oidc-integration` branch with commit tag `69a4159f3482e5212d364f499b2ca2e05bede0ca`.
98+
Run the following commands to run RabbitMQ docker image:
10099

101100
```
102-
export IMAGE_TAG=oidc-integration-otp-max
103-
export IMAGE=pivotalrabbitmq/rabbitmq
104101
export MODE=oauth0
105102
make start-rabbitmq
106103
```

use-cases/azure.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,13 +176,9 @@ This generates the following files in `conf/azure`:
176176

177177
## Start RabbitMQ
178178

179-
Run the following commands to run RabbitMQ docker image with the latest changes from `oidc-integration` branch with commit tag `69a4159f3482e5212d364f499b2ca2e05bede0ca`.
180-
181-
> :bulb: All the commits associated to `oidc_integration` branch are available [here](https://github.com/rabbitmq/rabbitmq-server/commits/oidc-integration). Don't hesitate to have a look a it to get the very last commit, as the one advertised in this tutorial may not stay the last one forever!
179+
Run the following commands to run RabbitMQ docker image:
182180

183181
```
184-
export IMAGE_TAG=oidc-integration-otp-max
185-
export IMAGE=pivotalrabbitmq/rabbitmq
186182
export MODE=azure
187183
make start-rabbitmq
188184
```

0 commit comments

Comments
 (0)