We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8ab590 + a47a3ec commit 5eee152Copy full SHA for 5eee152
connect/config.js
@@ -37,4 +37,5 @@ module.exports = {
37
38
CONNECT_URL: process.env.CONNECT_URL || 'https://connect.topcoder-dev.com',
39
ACCOUNTS_APP_URL: process.env.ACCOUNTS_APP_URL || "https://accounts.topcoder-dev.com",
40
+ TC_CDN_URL: process.env.TC_CDN_URL,
41
};
0 commit comments