Skip to content

Commit 8ec5de1

Browse files
committed
chore: remove not real config values
1 parent a1ed7e1 commit 8ec5de1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/default.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ module.exports = {
110110
// the Kafka message topic for sending email
111111
EMAIL_TOPIC: process.env.EMAIL_TOPIC || 'external.action.email',
112112
// 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,
114114
// 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,
116116
// the URL where TaaS App is hosted
117117
TAAS_APP_URL: process.env.TAAS_APP_URL || 'https://platform.topcoder-dev.com/taas/myteams'
118118
}

0 commit comments

Comments
 (0)