Skip to content

Commit a47a3ec

Browse files
author
Maksym Mykhailenko
committed
chore: add TC_CDN_URL config variable
1 parent eb38194 commit a47a3ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

connect/config.js

+1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ module.exports = {
3737

3838
CONNECT_URL: process.env.CONNECT_URL || 'https://connect.topcoder-dev.com',
3939
ACCOUNTS_APP_URL: process.env.ACCOUNTS_APP_URL || "https://accounts.topcoder-dev.com",
40+
TC_CDN_URL: process.env.TC_CDN_URL,
4041
};

0 commit comments

Comments
 (0)