Skip to content

Commit

Permalink
fix: typo PREVIEW_HOST -> PREVIEW_LMS_HOST (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x29a authored Jul 25, 2024
1 parent 9054a5f commit 603d152
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# handle HTTPS certs and forward traffic to each Open edX instance's Caddy
# instance.
{%- set HOSTS = [LMS_HOST, CMS_HOST] + K8S_HARMONY_ADDITIONAL_INGRESS_HOST_LIST %}
{%- set tmp = HOSTS.append(PREVIEW_HOST) if PREVIEW_HOST is defined %}
{%- set tmp = HOSTS.append(PREVIEW_LMS_HOST) if PREVIEW_LMS_HOST is defined %}
{%- set tmp = HOSTS.append(MFE_HOST) if MFE_HOST is defined %}
{%- set tmp = HOSTS.append(ECOMMERCE_HOST) if ECOMMERCE_HOST is defined %}
{%- set tmp = HOSTS.append(DISCOVERY_HOST) if DISCOVERY_HOST is defined %}
Expand Down

0 comments on commit 603d152

Please sign in to comment.