Commit 6ef57dc5 by Omar Khan Committed by Feanil Patel

SANDBOX_ENABLE_ECOMMERCE -> ENABLE_ECOMMERCE

parent e73fe63a
......@@ -12,7 +12,7 @@
migrate_db: 'yes'
openid_workaround: True
EDXAPP_LMS_NGINX_PORT: '80'
SANDBOX_ENABLE_ECOMMERCE: False # Disable ecommerce by default
ENABLE_ECOMMERCE: False # Disable ecommerce by default
roles:
......@@ -59,11 +59,11 @@
- role: nginx
nginx_sites:
- ecommerce
when: SANDBOX_ENABLE_ECOMMERCE
when: ENABLE_ECOMMERCE
- role: ecommerce
when: SANDBOX_ENABLE_ECOMMERCE
when: ENABLE_ECOMMERCE
- role: ecomworker
when: SANDBOX_ENABLE_ECOMMERCE
when: ENABLE_ECOMMERCE
# Optional extras
- role: datadog
......
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