Skip to content

Commit 9e5321a

Browse files
authored
Merge pull request #32 from topcoder-platform/dev
Fixed prod config
2 parents dfa904e + 486d759 commit 9e5321a

File tree

1 file changed

+38
-3
lines changed

1 file changed

+38
-3
lines changed

config/prod.js

Lines changed: 38 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ module.exports = {
4242
ACCOUNTS_APP_CONNECTOR: "https://accounts-auth0.topcoder.com/",
4343
TCO17: "https://tco17.topcoder.com/",
4444
TCO19: "https://tco19.topcoder.com/",
45+
WIPRO: "https://wipro.topcoder.com",
4546

4647
TOPGEAR: "https://topgear-app.wipro.com",
4748

@@ -54,10 +55,44 @@ module.exports = {
5455
COMCAST: "https://comcast.topcoder.com",
5556
CS: "https://cs.topcoder.com",
5657
},
58+
59+
INFO: {
60+
DESIGN_CHALLENGES:
61+
"http://help.topcoder.com/hc/en-us/categories/202610437-DESIGN",
62+
DESIGN_CHALLENGE_CHECKPOINTS:
63+
"https://help.topcoder.com/hc/en-us/articles/219240807-Multi-Round-Checkpoint-Design-Challenges",
64+
DESIGN_CHALLENGE_SUBMISSION:
65+
"http://help.topcoder.com/hc/en-us/articles/219122667-Formatting-Your-Submission-for-Design-Challenges",
66+
DESIGN_CHALLENGE_TYPES:
67+
"http://help.topcoder.com/hc/en-us/articles/217481388-Choosing-a-Design-Challenge",
68+
RELIABILITY_RATINGS_AND_BONUSES:
69+
"https://www.topcoder.com/thrive/articles/Development%20Reliability%20Ratings%20and%20Bonuses",
70+
STOCK_ART_POLICY:
71+
"http://help.topcoder.com/hc/en-us/articles/217481408-Policy-for-Stock-Artwork-in-Design-Submissions",
72+
STUDIO_FONTS_POLICY:
73+
"http://help.topcoder.com/hc/en-us/articles/217959447-Font-Policy-for-Design-Challenges",
74+
TOPCODER_TERMS: "https://www.topcoder.com/community/how-it-works/terms/",
75+
HOWTOCOMPETEINMARATHON:
76+
"https://www.topcoder.com/thrive/articles/How%20To%20Compete%20in%20a%20Marathon%20Match",
77+
USABLECODEDEV:
78+
"https://www.topcoder.com/thrive/articles/Usable%20Code%20in%20Dev%20Challenges",
79+
EXTENSIONVSCODE:
80+
"https://marketplace.visualstudio.com/items?itemName=Topcoder.topcoder-workflow&ssr=false#overview",
81+
TEMPLATES_REPO: "https://github.com/topcoder-platform-templates",
82+
},
83+
84+
5785
EMAIL_VERIFY_URL: "http://www.topcoder.com/settings/account/changeEmail",
58-
CAL_MODE: false,
59-
DEFAULT_SPACE_NAME: "default",
60-
DEFAULT_ENVIRONMENT: "master",
86+
ABANDONMENT_EMBED:
87+
"https://43d132d5dbff47c59d9d53ad448f93c2.js.ubembed.com",
88+
SUBDOMAIN_PROFILE_CONFIG: [
89+
{
90+
groupId: "20000000",
91+
communityId: "wipro",
92+
communityName: "topgear",
93+
userProfile: "https://topgear-app.wipro.com/user-details",
94+
},
95+
],
6196
},
6297

6398
// Config for TC EDU - THRIVE

0 commit comments

Comments
 (0)