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

Adapting for new V5 skills api #5

Merged
merged 8 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
Renamed configuration parameter for taxonomy name
  • Loading branch information
vikasrohit authored Aug 18, 2021
commit 82ab154087b4c4185e82d32e7000450e6476a292
4 changes: 2 additions & 2 deletions config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ module.exports = {
UBAHN_API_URL: process.env.UBAHN_API_URL || 'https://api.topcoder-dev.com/v5',
// The topcoder api url
TC_API_URL: process.env.TC_API_URL || 'https://api.topcoder-dev.com',
// The skill provider name
SKILL_PROVIDER_NAME: process.env.SKILL_PROVIDER_NAME || 'Topcoder',
// The taxonomy name
TAXONOMY_NAME: process.env.TAXONOMY_NAME || 'Topcoder',
// The pause time between two create operations, default value: 1000 ms
SLEEP_TIME: parseInt(process.env.SLEEP_TIME || 1000)
}