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

Commit ccf7d04

Browse files
author
vikasrohit
authored
Introducing TC_BETA_API_URL
1 parent 85305a4 commit ccf7d04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/default.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ module.exports = {
1313
AUTH0_CLIENT_SECRET: process.env.AUTH0_CLIENT_SECRET,
1414
// The ubahn api url
1515
UBAHN_API_URL: process.env.UBAHN_API_URL || 'https://api.topcoder-dev.com/v5',
16+
// TC BETA API url
17+
TC_BETA_API_URL: process.env.TC_BETA_API_URL || 'https://api.topcoder-dev.com/v5.1',
1618
// The topcoder api url
1719
TC_API_URL: process.env.TC_API_URL || 'https://api.topcoder-dev.com',
1820
// The taxonomy name

0 commit comments

Comments
 (0)