Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

TaaS micro-app - Integration #15

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions config/development.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ module.exports = {
*/
TC_MEMBER_SERVICE_URL: "https://api.topcoder-dev.com/v3/members",

/**
* Topcoder Teams Service base URL
*/
TC_TEAMS_SERVICE_URL: "https://api.topcoder-dev.com/taasmock",

/**
* URL of Topcoder Community Website
*/
Expand All @@ -18,4 +13,7 @@ module.exports = {
* Email to report issues to
*/
EMAIL_REPORT_ISSUE: "[email protected]",
API: {
V5: "http://api.topcoder-dev.com/v5",
},
};
8 changes: 3 additions & 5 deletions config/production.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ module.exports = {
*/
TC_MEMBER_SERVICE_URL: "https://api.topcoder.com/v3/members",

/**
* Topcoder Teams Service base URL
*/
TC_TEAMS_SERVICE_URL: "http://localhost:8502/taasmock",

/**
* URL of Topcoder Community Website
*/
Expand All @@ -18,4 +13,7 @@ module.exports = {
* Email to report issues to
*/
EMAIL_REPORT_ISSUE: "[email protected]",
API: {
V5: "http://api.topcoder.com/v5",
},
};
Loading