File tree 2 files changed +3
-0
lines changed 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -35,4 +35,5 @@ module.exports = {
35
35
DEFAULT_REPLY_EMAIL : process . env . DEFAULT_REPLY_EMAIL ,
36
36
37
37
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" ,
38
39
} ;
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ function handleScheduledEvents(events, setEventsStatus) {
98
98
const bundleData = {
99
99
subject : 'Your Topcoder project updates' ,
100
100
connectURL : config . CONNECT_URL ,
101
+ accountsAppURL : config . ACCOUNTS_APP_URL ,
101
102
projects : _ . chain ( userEvents )
102
103
. groupBy ( 'data.data.projectId' )
103
104
. mapValues ( projectUserEvents => ( {
@@ -165,6 +166,7 @@ function wrapIndividualNotification(data) {
165
166
return {
166
167
subject,
167
168
connectURL : config . CONNECT_URL ,
169
+ accountsAppURL : config . ACCOUNTS_APP_URL ,
168
170
projects : [ {
169
171
id : data . data . data . projectId ,
170
172
name : data . data . data . projectName ,
You can’t perform that action at this time.
0 commit comments