diff --git a/.env b/.env index f7ce109..3dcf9e4 100644 --- a/.env +++ b/.env @@ -13,7 +13,7 @@ NODE_ENV=null ORDER_HISTORY_URL=null REFRESH_ACCESS_TOKEN_ENDPOINT=null SEGMENT_KEY=null -SITE_NAME=null +SITE_NAME='' SUPPORT_URL=null USER_INFO_COOKIE_NAME=null LOGO_URL='' diff --git a/.env.development b/.env.development index f45660b..10e112c 100644 --- a/.env.development +++ b/.env.development @@ -14,7 +14,7 @@ ORDER_HISTORY_URL='localhost:1996/orders' PORT=1997 REFRESH_ACCESS_TOKEN_ENDPOINT='http://localhost:18000/login_refresh' SEGMENT_KEY=null -SITE_NAME='edX' +SITE_NAME=localhost SUPPORT_URL='http://localhost:18000/support' USER_INFO_COOKIE_NAME='edx-user-info' # Temporary, Remove this once we are ready to release the feature. diff --git a/.env.test b/.env.test index 762e4d0..2e672ab 100644 --- a/.env.test +++ b/.env.test @@ -13,7 +13,7 @@ NODE_ENV=null ORDER_HISTORY_URL='localhost:1996/orders' REFRESH_ACCESS_TOKEN_ENDPOINT='http://localhost:18000/login_refresh' SEGMENT_KEY=null -SITE_NAME='edX' +SITE_NAME=localhost SUPPORT_URL='http://localhost:18000/support' USER_INFO_COOKIE_NAME='edx-user-info' COACHING_ENABLED='' diff --git a/public/index.html b/public/index.html index 8f7e9cc..a09f8e4 100755 --- a/public/index.html +++ b/public/index.html @@ -1,7 +1,7 @@
-