We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb38194 commit a47a3ecCopy full SHA for a47a3ec
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