Commit 6ef57dc5 by Omar Khan Committed by Feanil Patel

SANDBOX_ENABLE_ECOMMERCE -> ENABLE_ECOMMERCE

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