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

Commit daaf4c3

Browse files
Fix wrong audience
1 parent 6262d88 commit daaf4c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module.exports = {
3333
TOPCODER_ORGANIZATION_NAME: process.env.TOPCODER_ORGANIZATION_NAME || 'topcoder',
3434

3535
AUTH0_URL: process.env.AUTH0_URL || 'https://topcoder-dev.auth0.com/oauth/token', // Auth0 credentials
36-
AUTH0_UBAHN_AUDIENCE: process.env.AUTH0_UBAHN_AUDIENCE || 'https://u-bahn.topcoder-dev.com/',
36+
AUTH0_UBAHN_AUDIENCE: process.env.AUTH0_UBAHN_AUDIENCE || 'https://u-bahn.topcoder.com/',
3737
AUTH0_TOPCODER_AUDIENCE: process.env.AUTH0_TOPCODER_AUDIENCE || 'https://m2m.topcoder-dev.com/',
3838
TOKEN_CACHE_TIME: process.env.TOKEN_CACHE_TIME,
3939
AUTH0_CLIENT_ID: process.env.AUTH0_CLIENT_ID,

0 commit comments

Comments
 (0)