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

Commit 82ab154

Browse files
author
vikasrohit
authored
Renamed configuration parameter for taxonomy name
1 parent b5cd875 commit 82ab154

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/default.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ module.exports = {
1515
UBAHN_API_URL: process.env.UBAHN_API_URL || 'https://api.topcoder-dev.com/v5',
1616
// The topcoder api url
1717
TC_API_URL: process.env.TC_API_URL || 'https://api.topcoder-dev.com',
18-
// The skill provider name
19-
SKILL_PROVIDER_NAME: process.env.SKILL_PROVIDER_NAME || 'Topcoder',
18+
// The taxonomy name
19+
TAXONOMY_NAME: process.env.TAXONOMY_NAME || 'Topcoder',
2020
// The pause time between two create operations, default value: 1000 ms
2121
SLEEP_TIME: parseInt(process.env.SLEEP_TIME || 1000)
2222
}

0 commit comments

Comments
 (0)