Skip to content

Commit

Permalink
update sample env file
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxcapades committed Nov 27, 2023
1 parent 7b55f1c commit 7128f6e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions example.full.env
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,11 @@ GLOBAL_RABBIT_USERNAME=someUser
# Credentials password used to authenticate with the global RabbitMQ instance.
GLOBAL_RABBIT_PASSWORD=somePassword

# Whether the VDI should use TLS/SSL when connecting to the RabbitMQ instance.
# This should be set to false for local development and true when running in a
# server environment.
GLOBAL_RABBIT_USE_TLS=false

# Frequency that the global RabbitMQ instance will be polled for new messages
# from MinIO.
GLOBAL_RABBIT_VDI_POLLING_INTERVAL=1s
Expand Down

0 comments on commit 7128f6e

Please sign in to comment.