Skip to content

Commit 04c1f65

Browse files
committed
feat: add PARAGON_THEME_URLS to env files
1 parent c0ebd7f commit 04c1f65

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
@@ -41,3 +41,5 @@ ENABLE_NOTICES=''
4141
CAREER_LINK_URL=''
4242
ENABLE_EDX_PERSONAL_DASHBOARD=false
4343
ENABLE_PROGRAMS=false
44+
# Fallback in local style files
45+
PARAGON_THEME_URLS={}

.env.development

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,5 @@ ENABLE_NOTICES=''
4747
CAREER_LINK_URL=''
4848
ENABLE_EDX_PERSONAL_DASHBOARD=false
4949
ENABLE_PROGRAMS=false
50+
# Fallback in local style files
51+
PARAGON_THEME_URLS={}

.env.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,4 @@ ENABLE_NOTICES=''
4646
CAREER_LINK_URL=''
4747
ENABLE_EDX_PERSONAL_DASHBOARD=true
4848
ENABLE_PROGRAMS=false
49+
PARAGON_THEME_URLS={}

0 commit comments

Comments
 (0)