Skip to content

Commit 5b3e9a1

Browse files
committed
feat: add PARAGON_THEME_URLS to .env files
1 parent f878a88 commit 5b3e9a1

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@ USER_INFO_COOKIE_NAME=null
3030
PUBLISHER_BASE_URL=''
3131
APP_ID=''
3232
MFE_CONFIG_API_URL=''
33+
# Fallback in local style files
34+
PARAGON_THEME_URLS={}

.env.development

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,5 @@ USER_INFO_COOKIE_NAME='edx-user-info'
3838
PUBLISHER_BASE_URL='http://localhost:18400'
3939
APP_ID='support-tools'
4040
MFE_CONFIG_API_URL='http://localhost:18000/api/mfe_config/v1'
41+
# Fallback in local style files
42+
PARAGON_THEME_URLS={}

.env.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ SUBSIDY_BASE_URL='http://localhost:18280'
2121
USER_INFO_COOKIE_NAME='edx-user-info'
2222
APP_ID=''
2323
MFE_CONFIG_API_URL=''
24+
PARAGON_THEME_URLS={}

0 commit comments

Comments
 (0)