Commit 1b93d1a3 by George Song

Set default ecomworker broker host to 127.0.0.1

Fix #21

Cherry picked from 31b6ee56028550b9aa9fac840f3f2040fadaeaf2
parent e4896572
...@@ -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