Skip to content

Commit 3ad941e

Browse files
committed
feat: add PARAGON_THEME_URLS to env files
1 parent 91fbca5 commit 3ad941e

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 @@ BANNER_IMAGE_EXTRA_SMALL=''
4141
# ***** Miscellaneous *****
4242
APP_ID=''
4343
MFE_CONFIG_API_URL=''
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
@@ -41,3 +41,5 @@ APP_ID=''
4141
MFE_CONFIG_API_URL=''
4242
ZENDESK_KEY=''
4343
ZENDESK_LOGO_URL=''
44+
# Fallback in local style files
45+
PARAGON_THEME_URLS={}

.env.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ SEGMENT_KEY=''
1818
SITE_NAME='Your Platform Name Here'
1919
APP_ID=''
2020
MFE_CONFIG_API_URL=''
21+
PARAGON_THEME_URLS={}

0 commit comments

Comments
 (0)