File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -35,4 +35,5 @@ module.exports = {
3535 DEFAULT_REPLY_EMAIL : process . env . DEFAULT_REPLY_EMAIL ,
3636
3737 CONNECT_URL : process . env . CONNECT_URL || 'https://connect.topcoder-dev.com' ,
38+ ACCOUNTS_APP_URL : process . env . ACCOUNTS_APP_URL || "https://accounts.topcoder-dev.com" ,
3839} ;
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ function handleScheduledEvents(events, setEventsStatus) {
9898 const bundleData = {
9999 subject : 'Your Topcoder project updates' ,
100100 connectURL : config . CONNECT_URL ,
101+ accountsAppURL : config . ACCOUNTS_APP_URL ,
101102 projects : _ . chain ( userEvents )
102103 . groupBy ( 'data.data.projectId' )
103104 . mapValues ( projectUserEvents => ( {
@@ -165,6 +166,7 @@ function wrapIndividualNotification(data) {
165166 return {
166167 subject,
167168 connectURL : config . CONNECT_URL ,
169+ accountsAppURL : config . ACCOUNTS_APP_URL ,
168170 projects : [ {
169171 id : data . data . data . projectId ,
170172 name : data . data . data . projectName ,
You can’t perform that action at this time.
0 commit comments