File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed
Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -49,4 +49,5 @@ module.exports = {
4949 TC_SYSTEM_USERID : process . env . DEV_TC_SYSTEM_USERID ,
5050 MAINTENANCE_MODE : process . env . DEV_MAINTENANCE_MODE ,
5151
52+ TC_CDN_URL : process . env . TC_CDN_URL || 'https://d1aahxkjiobka8.cloudfront.net'
5253}
Original file line number Diff line number Diff line change @@ -49,4 +49,5 @@ module.exports = {
4949 TC_SYSTEM_USERID : process . env . PROD_TC_SYSTEM_USERID ,
5050 MAINTENANCE_MODE : process . env . PROD_MAINTENANCE_MODE ,
5151
52+ TC_CDN_URL : process . env . TC_CDN_URL || 'https://dlxczxztayxv6.cloudfront.net'
5253}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ module.exports = {
1515 ENV : 'QA' ,
1616
1717 PROJECTS_API_URL : 'http://api.topcoder-dev.com' ,
18-
18+
1919 NEW_RELIC_APPLICATION_ID : process . env . TRAVIS_BRANCH ? '11199233' : '' ,
2020
2121 ARENA_URL : '//arena.topcoder-qa.com' ,
@@ -47,4 +47,6 @@ module.exports = {
4747 CONNECT_MESSAGE_API_URL : 'https://api.topcoder-qa.com/v5' ,
4848 TC_SYSTEM_USERID : process . env . QA_TC_SYSTEM_USERID ,
4949 MAINTENANCE_MODE : process . env . QA_MAINTENANCE_MODE ,
50+
51+ TC_CDN_URL : process . env . TC_CDN_URL || 'https://d1aahxkjiobka8.cloudfront.net'
5052}
Original file line number Diff line number Diff line change @@ -709,7 +709,7 @@ export const DIRECT_PROJECT_URL = `https://www.${DOMAIN}/direct/projectOverview?
709709export const SALESFORCE_PROJECT_LEAD_LINK = process . env . SALESFORCE_PROJECT_LEAD_LINK
710710export const TC_NOTIFICATION_URL = process . env . TC_NOTIFICATION_URL || `${ TC_API_URL } /v5/notifications`
711711
712- export const TC_CDN_URL = process . env . CIRCLE_BRANCH === 'dev' ? 'https://d1aahxkjiobka8.cloudfront.net' : 'https://dlxczxztayxv6.cloudfront.net'
712+ export const TC_CDN_URL = process . env . TC_CDN_URL
713713
714714export const RESET_PASSWORD_URL = `https://accounts.${ DOMAIN } /connect/reset-password`
715715export const VERIFY_EMAIL_URL = `http://www.${ DOMAIN } /settings/account/changeEmail`
You can’t perform that action at this time.
0 commit comments