Skip to content

Commit 9ff8fec

Browse files
committed
feat: add PARAGON_THEME_URLS to env files
1 parent d06207b commit 9ff8fec

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
@@ -22,3 +22,5 @@ USER_INFO_COOKIE_NAME=''
2222
APP_ID=''
2323
MFE_CONFIG_API_URL=''
2424
HOTJAR_SITE_ID=''
25+
# Fallback in local style files
26+
PARAGON_THEME_URLS={}

.env.development

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ USER_INFO_COOKIE_NAME='edx-user-info'
2323
APP_ID=''
2424
MFE_CONFIG_API_URL=''
2525
HOTJAR_SITE_ID='0'
26+
# Fallback in local style files
27+
PARAGON_THEME_URLS={}

.env.test

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

0 commit comments

Comments
 (0)