livrare lot 2
This commit is contained in:
commit
8ecc78e729
763 changed files with 164593 additions and 0 deletions
13
backend/services/data-layer/didiQueue/.env.example
Normal file
13
backend/services/data-layer/didiQueue/.env.example
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# RabbitMQ Configuration
|
||||
# CHANGE THESE FOR PRODUCTION!
|
||||
RABBITMQ_USER=admin
|
||||
RABBITMQ_PASSWORD=CHANGE_ME_IN_PRODUCTION
|
||||
RABBITMQ_VHOST=/
|
||||
|
||||
# Port Configuration
|
||||
RABBITMQ_PORT=5672
|
||||
RABBITMQ_MGMT_PORT=15672
|
||||
|
||||
# Resource Limits (optional)
|
||||
RABBITMQ_VM_MEMORY_HIGH_WATERMARK=0.4
|
||||
RABBITMQ_DISK_FREE_LIMIT=1GB
|
||||
Loading…
Add table
Add a link
Reference in a new issue