From 5add376c314fe28ea506d5d6fc5898daeaf468c6 Mon Sep 17 00:00:00 2001 From: Jeff LaJoie Date: Thu, 6 Aug 2020 07:13:04 -0400 Subject: [PATCH] fix: ENTERPRISE_LEARNER_PORTAL_HOSTNAME added for header updates --- .env | 1 + .env.development | 1 + 2 files changed, 2 insertions(+) diff --git a/.env b/.env index b8a67f6..09679c0 100644 --- a/.env +++ b/.env @@ -16,3 +16,4 @@ SEGMENT_KEY=null SITE_NAME=null SUPPORT_URL=null USER_INFO_COOKIE_NAME=null +ENTERPRISE_LEARNER_PORTAL_HOSTNAME=null diff --git a/.env.development b/.env.development index da5197d..ccb1ed3 100644 --- a/.env.development +++ b/.env.development @@ -20,3 +20,4 @@ USER_INFO_COOKIE_NAME='edx-user-info' # Temporary, Remove this once we are ready to release the feature. COACHING_ENABLED=true ENABLE_DEMOGRAPHICS_COLLECTION=true +ENTERPRISE_LEARNER_PORTAL_HOSTNAME=null='http://localhost:8080'