From 95bdd7e819f3de070355a3b48c19f20dedaf3cc6 Mon Sep 17 00:00:00 2001 From: Justin Gasper Date: Wed, 6 Oct 2021 22:12:46 +1100 Subject: [PATCH] Add mising config values for prod --- config/prod.js | 41 ++++++++++++++++++++++++++++++++++++++--- 1 file changed, 38 insertions(+), 3 deletions(-) diff --git a/config/prod.js b/config/prod.js index ae83380..c00be3c 100644 --- a/config/prod.js +++ b/config/prod.js @@ -42,6 +42,7 @@ module.exports = { ACCOUNTS_APP_CONNECTOR: "https://accounts-auth0.topcoder.com/", TCO17: "https://tco17.topcoder.com/", TCO19: "https://tco19.topcoder.com/", + WIPRO: "https://wipro.topcoder.com", TOPGEAR: "https://topgear-app.wipro.com", @@ -54,10 +55,44 @@ module.exports = { COMCAST: "https://comcast.topcoder.com", CS: "https://cs.topcoder.com", }, + + INFO: { + DESIGN_CHALLENGES: + "http://help.topcoder.com/hc/en-us/categories/202610437-DESIGN", + DESIGN_CHALLENGE_CHECKPOINTS: + "https://help.topcoder.com/hc/en-us/articles/219240807-Multi-Round-Checkpoint-Design-Challenges", + DESIGN_CHALLENGE_SUBMISSION: + "http://help.topcoder.com/hc/en-us/articles/219122667-Formatting-Your-Submission-for-Design-Challenges", + DESIGN_CHALLENGE_TYPES: + "http://help.topcoder.com/hc/en-us/articles/217481388-Choosing-a-Design-Challenge", + RELIABILITY_RATINGS_AND_BONUSES: + "https://www.topcoder.com/thrive/articles/Development%20Reliability%20Ratings%20and%20Bonuses", + STOCK_ART_POLICY: + "http://help.topcoder.com/hc/en-us/articles/217481408-Policy-for-Stock-Artwork-in-Design-Submissions", + STUDIO_FONTS_POLICY: + "http://help.topcoder.com/hc/en-us/articles/217959447-Font-Policy-for-Design-Challenges", + TOPCODER_TERMS: "https://www.topcoder.com/community/how-it-works/terms/", + HOWTOCOMPETEINMARATHON: + "https://www.topcoder.com/thrive/articles/How%20To%20Compete%20in%20a%20Marathon%20Match", + USABLECODEDEV: + "https://www.topcoder.com/thrive/articles/Usable%20Code%20in%20Dev%20Challenges", + EXTENSIONVSCODE: + "https://marketplace.visualstudio.com/items?itemName=Topcoder.topcoder-workflow&ssr=false#overview", + TEMPLATES_REPO: "https://github.com/topcoder-platform-templates", + }, + + EMAIL_VERIFY_URL: "http://www.topcoder.com/settings/account/changeEmail", - CAL_MODE: false, - DEFAULT_SPACE_NAME: "default", - DEFAULT_ENVIRONMENT: "master", + ABANDONMENT_EMBED: + "https://43d132d5dbff47c59d9d53ad448f93c2.js.ubembed.com", + SUBDOMAIN_PROFILE_CONFIG: [ + { + groupId: "20000000", + communityId: "wipro", + communityName: "topgear", + userProfile: "https://topgear-app.wipro.com/user-details", + }, + ], }, // Config for TC EDU - THRIVE