Commit 0d4ed2b1 by George Song

Set default ecomworker broker host to 127.0.0.1

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