Add RabbitMQ env vars

This commit is contained in:
Yassine Guedidi 2024-02-24 22:34:04 +01:00
parent cd6f7b5e92
commit 2bf2409567

View file

@ -35,10 +35,10 @@ parameters:
rss_limit: 50
# RabbitMQ processing
rabbitmq_host: localhost
rabbitmq_port: 5672
rabbitmq_user: guest
rabbitmq_password: guest
rabbitmq_host: ${RABBITMQ_HOST:-localhost}
rabbitmq_port: ${RABBITMQ_PORT:-5672}
rabbitmq_user: ${RABBITMQ_USER:-guest}
rabbitmq_password: ${RABBITMQ_PASSWORD:-guest}
rabbitmq_prefetch_count: 10
# Redis processing