Skip to content

Commit 8d6fa56

Browse files
author
vikasrohit
authored
Merge pull request #716 from topcoder-platform/develop
fix: config for production for Direct project URL
2 parents de64564 + ba5c330 commit 8d6fa56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/constants/production.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ module.exports = {
2121
PLATFORMS_V4_API_URL: `${PROD_API_HOSTNAME}/v4/platforms`,
2222
TECHNOLOGIES_V4_API_URL: `${PROD_API_HOSTNAME}/v4/technologies`,
2323
CONNECT_APP_URL: `https://connect.${DOMAIN}`,
24+
DIRECT_PROJECT_URL: `https://www.${DOMAIN}/direct`,
2425
ONLINE_REVIEW_URL: `https://software.${DOMAIN}`,
2526
DEFAULT_TERM_UUID: '5e217280-1413-4d4f-b183-454f348805ab', // Terms & Conditions of Use at TopCoder
2627
DEFAULT_NDA_UUID: '05342dcb-3405-445e-95b2-8ea2a3834b0d', // Appirio NDA v2.0

0 commit comments

Comments
 (0)