Skip to content

Commit e6b4def

Browse files
committed
feat: add PARAGON_THEMES_URLS to env files
1 parent 9e74feb commit e6b4def

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
@@ -23,3 +23,5 @@ APP_ID=''
2323
MFE_CONFIG_API_URL=''
2424
ENABLE_VERIFIABLE_CREDENTIALS=''
2525
SUPPORT_URL_VERIFIABLE_CREDENTIALS=''
26+
# Fallback in local style files
27+
PARAGON_THEME_URLS={}

.env.development

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ APP_ID=''
2424
MFE_CONFIG_API_URL=''
2525
ENABLE_VERIFIABLE_CREDENTIALS='true'
2626
SUPPORT_URL_VERIFIABLE_CREDENTIALS=''
27+
# Fallback in local style files
28+
PARAGON_THEME_URLS={}

.env.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ USER_INFO_COOKIE_NAME='edx-user-info'
2020
SUPPORT_URL_LEARNER_RECORDS=''
2121
ENABLE_VERIFIABLE_CREDENTIALS='true'
2222
SUPPORT_URL_VERIFIABLE_CREDENTIALS=''
23+
PARAGON_THEME_URLS={}

0 commit comments

Comments
 (0)