We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c81f83 + 98193bb commit cea7b2fCopy full SHA for cea7b2f
config/default.js
@@ -27,7 +27,7 @@ module.exports = {
27
TAGS_API_VERSION: process.env.TAGS_API_VERSION || '/v3',
28
TAGS_FILTER: process.env.TAGS_FILTER || '/tags/?filter=domain%3DSKILLS%26status%3DAPPROVED&limit=1000'
29
},
30
- GROUPS_API_URL: process.env.GROUPS_API_URL || 'https://api.topcoder-dev.com/v5/groups',
+ GROUPS_API_URL: process.env.GROUPS_API_URL, //|| 'https://api.topcoder-dev.com/v5/groups',
31
// aws config params
32
AMAZON: {
33
AWS_ACCESS_KEY_ID: process.env.AWS_ACCESS_KEY_ID,
0 commit comments