Skip to content

Commit 2349d33

Browse files
committed
fix: add PARAGON_THEME_URLS to .env files
1 parent 7374bde commit 2349d33

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
@@ -29,3 +29,5 @@ APP_ID=''
2929
MFE_CONFIG_API_URL=''
3030
SEARCH_CATALOG_URL=''
3131
ENABLE_SKILLS_BUILDER_PROFILE=''
32+
# Fallback in local style files
33+
PARAGON_THEME_URLS={}

.env.development

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@ APP_ID=''
3030
MFE_CONFIG_API_URL=''
3131
SEARCH_CATALOG_URL='http://localhost:18000/courses'
3232
ENABLE_SKILLS_BUILDER_PROFILE=''
33+
# Fallback in local style files
34+
PARAGON_THEME_URLS={}

.env.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ LEARNER_RECORD_MFE_BASE_URL='http://localhost:1990'
2525
COLLECT_YEAR_OF_BIRTH=true
2626
APP_ID=''
2727
MFE_CONFIG_API_URL=''
28+
PARAGON_THEME_URLS={}

0 commit comments

Comments
 (0)