File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -45,5 +45,6 @@ module.exports = {
4545
4646 TC_NOTIFICATION_URL : 'https://api.topcoder-dev.com/v5/notifications' ,
4747 CONNECT_MESSAGE_API_URL : 'https://api.topcoder-dev.com/v5' ,
48- TC_SYSTEM_USERID : process . env . DEV_TC_SYSTEM_USERID
48+ TC_SYSTEM_USERID : process . env . DEV_TC_SYSTEM_USERID ,
49+ MAINTENANCE_MODE : process . env . DEV_MAINTENANCE_MODE
4950}
Original file line number Diff line number Diff line change @@ -45,5 +45,6 @@ module.exports = {
4545
4646 TC_NOTIFICATION_URL : 'https://api.topcoder.com/v5/notifications' ,
4747 CONNECT_MESSAGE_API_URL : 'https://api.topcoder.com/v5' ,
48- TC_SYSTEM_USERID : process . env . PROD_TC_SYSTEM_USERID
48+ TC_SYSTEM_USERID : process . env . PROD_TC_SYSTEM_USERID ,
49+ MAINTENANCE_MODE : process . env . PROD_MAINTENANCE_MODE
4950}
Original file line number Diff line number Diff line change @@ -44,5 +44,6 @@ module.exports = {
4444
4545 TC_NOTIFICATION_URL : 'https://api.topcoder-dev.com/v5/notifications' ,
4646 CONNECT_MESSAGE_API_URL : 'https://api.topcoder-qa.com/v5' ,
47- TC_SYSTEM_USERID : process . env . QA_TC_SYSTEM_USERID
47+ TC_SYSTEM_USERID : process . env . QA_TC_SYSTEM_USERID ,
48+ MAINTENANCE_MODE : process . env . QA_MAINTENANCE_MODE ,
4849}
You can’t perform that action at this time.
0 commit comments