Skip to content

Commit

Permalink
set rabbitmq secrets for background-worker
Browse files Browse the repository at this point in the history
  • Loading branch information
amitsagtani97 committed Nov 21, 2024
1 parent 2585911 commit 4451d4a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions values/wire-server/prod-secrets.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ nginz:
basicAuth: "<username>:<htpasswd-hashed-password>"


# Uncomment for federation below. Set values accordingly
# background-worker:
# secrets:
# rabbitmq:
# username: wire-server
# password: verysecurepassword
# RabbitMQ credentials for background-worker.
background-worker:
secrets:
rabbitmq:
username: wire-server
password: verysecurepassword

# Uncomment for legalhold. Set values accordingly

Expand Down

0 comments on commit 4451d4a

Please sign in to comment.