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

Prod release - Calling new skills api #7

Merged
merged 9 commits into from
Aug 19, 2021
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Introducing TC_BETA_API_URL
  • Loading branch information
vikasrohit authored Aug 18, 2021
commit ccf7d04380b689ff3fa374a30b2345d5375d492c
2 changes: 2 additions & 0 deletions config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ module.exports = {
AUTH0_CLIENT_SECRET: process.env.AUTH0_CLIENT_SECRET,
// The ubahn api url
UBAHN_API_URL: process.env.UBAHN_API_URL || 'https://api.topcoder-dev.com/v5',
// TC BETA API url
TC_BETA_API_URL: process.env.TC_BETA_API_URL || 'https://api.topcoder-dev.com/v5.1',
// The topcoder api url
TC_API_URL: process.env.TC_API_URL || 'https://api.topcoder-dev.com',
// The taxonomy name
Expand Down