Unverified Commit 90d2b4b7 by Kevin Falcone Committed by GitHub

Merge pull request #4573 from open-craft/rocio/disable-rabbitmq

Allow RabbitMQ to be disabled
parents ade77eb4 d83502e0
......@@ -28,6 +28,7 @@
SANDBOX_ENABLE_ECOMMERCE: true
SANDBOX_ENABLE_ANALYTICS_API: true
SANDBOX_ENABLE_INSIGHTS: true
SANDBOX_ENABLE_RABBITMQ: true
roles:
- role: swapfile
SWAPFILE_SIZE: 4GB
......@@ -48,6 +49,7 @@
when: "'localhost' in EDXAPP_MONGO_HOSTS"
- role: rabbitmq
rabbitmq_ip: 127.0.0.1
when: SANDBOX_ENABLE_RABBITMQ
- role: edxapp
celery_worker: True
- edxapp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment