Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Overhang.IO committed Nov 30, 2023
2 parents a7ad233 + 47a385d commit 18d3fc7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tutorecommerce/templates/ecommerce/tasks/ecommerce/init
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
--sso-client-secret="{{ ECOMMERCE_OAUTH2_SECRET_SSO }}" \
--backend-service-client-id="{{ ECOMMERCE_OAUTH2_KEY_DEV }}" \
--backend-service-client-secret="{{ ECOMMERCE_OAUTH2_SECRET }}" \
--from-email={{ CONTACT_EMAIL }} \
--payment-support-email={{ CONTACT_EMAIL }} \
--from-email="{{ CONTACT_EMAIL }}" \
--payment-support-email="{{ CONTACT_EMAIL }}" \
--payment-support-url="http://{{ LMS_HOST }}:8000/support" \
--discovery_api_url=http://{{ DISCOVERY_HOST }}:8381/api/v1/ \
--enable-microfrontend-for-basket-page=true \
Expand All @@ -36,8 +36,8 @@
--sso-client-secret="{{ ECOMMERCE_OAUTH2_SECRET_SSO }}" \
--backend-service-client-id="{{ ECOMMERCE_OAUTH2_KEY }}" \
--backend-service-client-secret="{{ ECOMMERCE_OAUTH2_SECRET }}" \
--from-email={{ CONTACT_EMAIL }} \
--payment-support-email={{ CONTACT_EMAIL }} \
--from-email="{{ CONTACT_EMAIL }}" \
--payment-support-email="{{ CONTACT_EMAIL }}" \
--payment-support-url="{% if ENABLE_HTTPS %}https{% else %}http{% endif %}://{{ LMS_HOST }}/support" \
--discovery_api_url={% if ENABLE_HTTPS %}https{% else %}http{% endif %}://{{ DISCOVERY_HOST }}/api/v1/ \
--enable-microfrontend-for-basket-page=true \
Expand Down

0 comments on commit 18d3fc7

Please sign in to comment.