Commit 0d4ed2b1 by George Song

Set default ecomworker broker host to 127.0.0.1

Fix #21
parent ac1741d7
......@@ -55,6 +55,7 @@
- role: ecommerce
when: SANDBOX_ENABLE_ECOMMERCE
- role: ecomworker
ECOMMERCE_WORKER_BROKER_HOST: 127.0.0.1
when: SANDBOX_ENABLE_ECOMMERCE
- programs
- analytics_api
......
......@@ -33,7 +33,8 @@
- elasticsearch
- forum
- ecommerce
- ecomworker
- role: ecomworker
ECOMMERCE_WORKER_BROKER_HOST: 127.0.0.1
- programs
- role: notifier
NOTIFIER_DIGEST_TASK_INTERVAL: "5"
......
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