File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,9 +110,9 @@ module.exports = {
110
110
// the Kafka message topic for sending email
111
111
EMAIL_TOPIC : process . env . EMAIL_TOPIC || 'external.action.email' ,
112
112
// the email address for receiving the issue report
113
- REPORT_ISSUE_EMAIL : process . env . REPORT_ISSUE_EMAIL || 'test@gtest.com' ,
113
+ REPORT_ISSUE_EMAIL : process . env . REPORT_ISSUE_EMAIL ,
114
114
// SendGrid email template ID for reporting issue
115
- REPORT_ISSUE_SENDGRID_TEMPLATE_ID : process . env . REPORT_ISSUE_SENDGRID_TEMPLATE_ID || 'aaaaaaa-bbbb-cccc-dddd-asdfsdfsdfsd' ,
115
+ REPORT_ISSUE_SENDGRID_TEMPLATE_ID : process . env . REPORT_ISSUE_SENDGRID_TEMPLATE_ID ,
116
116
// the URL where TaaS App is hosted
117
117
TAAS_APP_URL : process . env . TAAS_APP_URL || 'https://platform.topcoder-dev.com/taas/myteams'
118
118
}
You can’t perform that action at this time.
0 commit comments