Skip to content

Commit

Permalink
fix the path to wire-server values file
Browse files Browse the repository at this point in the history
  • Loading branch information
amitsagtani97 committed Dec 20, 2023
1 parent b97f05c commit d6fc487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion offline/federation_preparation.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ d helm install rabbitmq-external ./charts/rabbitmq-external --values ./values/ra

Configure wire-server to use the external RabbitMQ service:

Edit the `/values/wire-server/prod-values.yaml` file to update the RabbitMQ host
Edit the `/values/wire-server/prod-values.example.yaml` file to update the RabbitMQ host
Under `brig` and `galley` section, you will find the `rabbitmq` config, update the host to `rabbitmq-external`, it should look like this:
```
rabbitmq:
Expand Down

0 comments on commit d6fc487

Please sign in to comment.