Skip to content

Commit 5eee152

Browse files
author
vikasrohit
authored
Merge pull request #196 from maxceem/hotfix/email-user-photo-size
[HOTFIX] [DEV] email user photo size, part 3
2 parents e8ab590 + a47a3ec commit 5eee152

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)