Skip to content

Commit f788730

Browse files
committed
fix: fixing quotes
1 parent a858e20 commit f788730

File tree

1 file changed

+102
-103
lines changed

1 file changed

+102
-103
lines changed

config/production.js

Lines changed: 102 additions & 103 deletions
Original file line numberDiff line numberDiff line change
@@ -1,219 +1,218 @@
11
module.exports = {
22
API: {
3-
V2: "https://api.topcoder.com/v2",
4-
V3: "https://api.topcoder.com/v3",
5-
V4: "https://api.topcoder.com/v4",
6-
V5: "https://api.topcoder.com/v5",
3+
V2: 'https://api.topcoder.com/v2',
4+
V3: 'https://api.topcoder.com/v3',
5+
V4: 'https://api.topcoder.com/v4',
6+
V5: 'https://api.topcoder.com/v5',
77
},
88
AUTH0: {
9-
DOMAIN: "topcoder.auth0.com",
9+
DOMAIN: 'topcoder.auth0.com',
1010
},
1111
CDN: {
12-
PUBLIC: "https://community-app-cdn.topcoder.com",
12+
PUBLIC: 'https://community-app-cdn.topcoder.com',
1313
},
1414
COOKIES: {
1515
MAXAGE: 7,
1616
SECURE: true,
1717
},
18-
LOG_ENTRIES_TOKEN: "",
19-
SERVER_API_KEY: "aa9ccf36-3936-450c-9983-097ddba51bef",
20-
GOOGLE_ANALYTICS_ID: "UA-6340959-1",
18+
LOG_ENTRIES_TOKEN: '',
19+
SERVER_API_KEY: 'aa9ccf36-3936-450c-9983-097ddba51bef',
20+
GOOGLE_ANALYTICS_ID: 'UA-6340959-1',
2121
URL: {
22-
ARENA: "https://arena.topcoder.com",
23-
APP: "https://community-app.topcoder.com",
22+
ARENA: 'https://arena.topcoder.com',
23+
APP: 'https://community-app.topcoder.com',
2424

2525
/* This is the same value as above, but it is used by topcoder-react-lib,
2626
* as a more verbose name for the param. */
27-
COMMUNITY_APP: "https://community-app.topcoder.com",
27+
COMMUNITY_APP: 'https://community-app.topcoder.com',
2828

29-
AUTH: "https://accounts-auth0.topcoder.com",
30-
BASE: "https://www.topcoder.com",
31-
HOME: "/my-dashboard",
32-
COMMUNITY: "https://community.topcoder.com",
33-
FORUMS: "https://apps.topcoder.com/forums",
34-
FORUMS_VANILLA: "https://discussions.topcoder.com",
35-
HELP: "https://www.topcoder.com/thrive/tracks?track=Topcoder&tax=Help%20Articles",
36-
SUBMISSION_REVIEW: "https://submission-review.topcoder.com",
37-
MEMBER: "https://member.topcoder.com",
38-
ONLINE_REVIEW: "https://software.topcoder.com",
39-
PAYMENT_TOOL: "https://payment.topcoder.com",
40-
STUDIO: "https://studio.topcoder.com",
41-
IOS: "https://ios.topcoder.com",
29+
AUTH: 'https://accounts-auth0.topcoder.com',
30+
BASE: 'https://www.topcoder.com',
31+
HOME: '/my-dashboard',
32+
COMMUNITY: 'https://community.topcoder.com',
33+
FORUMS: 'https://apps.topcoder.com/forums',
34+
FORUMS_VANILLA: 'https://discussions.topcoder.com',
35+
HELP: 'https://www.topcoder.com/thrive/tracks?track=Topcoder&tax=Help%20Articles',
36+
SUBMISSION_REVIEW: 'https://submission-review.topcoder.com',
37+
MEMBER: 'https://member.topcoder.com',
38+
ONLINE_REVIEW: 'https://software.topcoder.com',
39+
PAYMENT_TOOL: 'https://payment.topcoder.com',
40+
STUDIO: 'https://studio.topcoder.com',
41+
IOS: 'https://ios.topcoder.com',
4242

4343
/* Connector URL of the TC accounts App. */
44-
ACCOUNTS_APP_CONNECTOR: "https://accounts-auth0.topcoder.com/",
45-
TCO17: "https://tco17.topcoder.com/",
46-
TCO19: "https://tco19.topcoder.com/",
44+
ACCOUNTS_APP_CONNECTOR: 'https://accounts-auth0.topcoder.com/',
45+
TCO17: 'https://tco17.topcoder.com/',
46+
TCO19: 'https://tco19.topcoder.com/',
4747

48-
TOPGEAR: "https://topgear-app.wipro.com",
48+
TOPGEAR: 'https://topgear-app.wipro.com',
4949

50-
COMMUNITY_API: "http://localhost:8000",
50+
COMMUNITY_API: 'http://localhost:8000',
5151

5252
COMMUNITIES: {
53-
BLOCKCHAIN: "https://blockchain.topcoder.com",
54-
COGNITIVE: "https://cognitive.topcoder.com",
55-
ZURICH: "https://zurich.topcoder.com",
56-
COMCAST: "https://comcast.topcoder.com",
57-
CS: "https://cs.topcoder.com",
53+
BLOCKCHAIN: 'https://blockchain.topcoder.com',
54+
COGNITIVE: 'https://cognitive.topcoder.com',
55+
ZURICH: 'https://zurich.topcoder.com',
56+
COMCAST: 'https://comcast.topcoder.com',
57+
CS: 'https://cs.topcoder.com',
5858
},
59-
EMAIL_VERIFY_URL: "http://www.topcoder.com/settings/account/changeEmail",
59+
EMAIL_VERIFY_URL: 'http://www.topcoder.com/settings/account/changeEmail',
6060
},
6161
/* Filestack configuration for uploading Submissions
6262
* These are for the production back end */
6363
FILESTACK: {
64-
SUBMISSION_CONTAINER: "topcoder-submissions-dmz",
64+
SUBMISSION_CONTAINER: 'topcoder-submissions-dmz',
6565
},
6666

6767
ACCOUNT_MENU_SWITCH_TEXT: {
68-
title: "Switch to BUSINESS",
69-
href: "https://connect.topcoder.com",
68+
title: 'Switch to BUSINESS',
69+
href: 'https://connect.topcoder.com',
7070
},
7171
HEADER_MENU: [
7272
{
73-
id: "business",
74-
title: "BUSINESS",
75-
href: "https://www.topcoder.com",
73+
id: 'business',
74+
title: 'BUSINESS',
75+
href: 'https://www.topcoder.com',
7676
},
7777
{
78-
id: "community", // required for 'Switch to BUSINESS' to work
79-
title: "COMMUNITY",
78+
id: 'community', // required for 'Switch to BUSINESS' to work
79+
title: 'COMMUNITY',
8080
secondaryMenu: [
8181
{
82-
title: "Dashboard",
83-
href: "/my-dashboard",
82+
title: 'Dashboard',
83+
href: '/my-dashboard',
8484
logged: true,
8585
},
8686
{
87-
id: "myprofile",
88-
title: "My Profile",
89-
href: "/members/willFilledByUserName",
87+
id: 'myprofile',
88+
title: 'My Profile',
89+
href: '/members/willFilledByUserName',
9090
logged: true,
9191
},
9292
{
93-
title: "Payments",
94-
href: "https://community.topcoder.com/PactsMemberServlet?module=PaymentHistory&full_list=false",
93+
title: 'Payments',
94+
href: 'https://community.topcoder.com/PactsMemberServlet?module=PaymentHistory&full_list=false',
9595
logged: true,
9696
openNewTab: true,
9797
},
9898
{
99-
title: "Overview",
100-
href: "/community/learn",
99+
title: 'Overview',
100+
href: '/community/learn',
101101
logged: false,
102102
},
103103
{
104-
title: "How It Works",
105-
href: "/thrive/tracks?track=Topcoder",
104+
title: 'How It Works',
105+
href: '/thrive/tracks?track=Topcoder',
106106
logged: false,
107107
},
108108
],
109109
subMenu: [
110110
{
111-
title: "Compete",
111+
title: 'Compete',
112112
subMenu: [
113113
{
114-
title: "All Challenges",
115-
href: "/challenges",
114+
title: 'All Challenges',
115+
href: '/challenges',
116116
},
117117
{
118-
title: "Competitive Programming",
119-
href: "/community/arena",
118+
title: 'Competitive Programming',
119+
href: '/community/arena',
120120
},
121121
{
122-
title: "Gig Work",
123-
href: "/gigs",
122+
title: 'Gig Work',
123+
href: '/gigs',
124124
},
125125
{
126-
title: "Practice",
127-
href: "/community/practice",
126+
title: 'Practice',
127+
href: '/community/practice',
128128
},
129129
],
130130
},
131131
{
132-
title: "Tracks",
132+
title: 'Tracks',
133133
subMenu: [
134134
{
135-
title: "Competitive Programming",
136-
href: "/thrive/tracks?track=Competitive%20Programming",
135+
title: 'Competitive Programming',
136+
href: '/thrive/tracks?track=Competitive%20Programming',
137137
},
138138
{
139-
title: "Data Science",
140-
href: "/thrive/tracks?track=Data%20Science&tax=",
139+
title: 'Data Science',
140+
href: '/thrive/tracks?track=Data%20Science&tax=',
141141
},
142142
{
143-
title: "Design",
144-
href: "/thrive/tracks?track=Design&tax=",
143+
title: 'Design',
144+
href: '/thrive/tracks?track=Design&tax=',
145145
},
146146
{
147-
title: "Development",
148-
href: "/thrive/tracks?track=Development&tax=",
147+
title: 'Development',
148+
href: '/thrive/tracks?track=Development&tax=',
149149
},
150150
{
151-
title: "QA",
152-
href: "/thrive/tracks?track=QA&tax=",
151+
title: 'QA',
152+
href: '/thrive/tracks?track=QA&tax=',
153153
},
154154
],
155155
},
156156
{
157-
title: "Explore",
157+
title: 'Explore',
158158
subMenu: [
159159
{
160-
title: "TCO",
161-
href: "/community/member-programs/topcoder-open",
160+
title: 'TCO',
161+
href: '/community/member-programs/topcoder-open',
162162
},
163163
{
164-
title: "Programs",
165-
href: "/community/member-programs",
164+
title: 'Programs',
165+
href: '/community/member-programs',
166166
},
167167
{
168-
title: "Forums",
169-
href: "https://discussions.topcoder.com",
168+
title: 'Forums',
169+
href: 'https://discussions.topcoder.com',
170170
},
171171
{
172-
title: "Statistics",
173-
href: "/community/statistics",
172+
title: 'Statistics',
173+
href: '/community/statistics',
174174
},
175175
{
176-
title: "Blog",
177-
href: "https://www.topcoder.com/blog",
176+
title: 'Blog',
177+
href: 'https://www.topcoder.com/blog',
178178
openNewTab: true,
179179
},
180180
{
181-
title: "Thrive",
182-
href: "/thrive",
181+
title: 'Thrive',
182+
href: '/thrive',
183183
},
184184
],
185185
},
186186
],
187187
},
188188
],
189-
HEADER_MENU_THEME: "light",
189+
HEADER_MENU_THEME: 'light',
190190
HEADER_AUTH_URLS: {
191-
href: "https://accounts-auth0.topcoder.com?utm_source=community-app-main",
192-
location:
193-
"https://accounts-auth0.topcoder.com?retUrl=%S&utm_source=community-app-main",
191+
href: 'https://accounts-auth0.topcoder.com?utm_source=community-app-main',
192+
location: 'https://accounts-auth0.topcoder.com?retUrl=%S&utm_source=community-app-main',
194193
},
195194
ACCOUNT_MENU: [
196195
{
197-
title: "Settings",
198-
href: "/settings/profile",
196+
title: 'Settings',
197+
href: '/settings/profile',
199198
},
200199
{ separator: true },
201200
{
202-
title: "Help",
203-
href: "https://www.topcoder.com/thrive/tracks?track=Topcoder&tax=Help%20Articles",
201+
title: 'Help',
202+
href: 'https://www.topcoder.com/thrive/tracks?track=Topcoder&tax=Help%20Articles',
204203
},
205204
{ separator: true },
206205
{
207-
title: "Log Out",
208-
href: "https://www.topcoder.com/logout",
206+
title: 'Log Out',
207+
href: 'https://www.topcoder.com/logout',
209208
},
210209
],
211210
// Config for TC EDU - THRIVE
212-
TC_EDU_BASE_PATH: "/thrive",
213-
TC_EDU_TRACKS_PATH: "/tracks",
214-
TC_EDU_ARTICLES_PATH: "/articles",
215-
TC_EDU_SEARCH_PATH: "/search",
211+
TC_EDU_BASE_PATH: '/thrive',
212+
TC_EDU_TRACKS_PATH: '/tracks',
213+
TC_EDU_ARTICLES_PATH: '/articles',
214+
TC_EDU_SEARCH_PATH: '/search',
216215
TC_EDU_SEARCH_BAR_MAX_RESULTS_EACH_GROUP: 3,
217216
ENABLE_RECOMMENDER: true,
218-
PLATFORM_SITE_URL: "https://platform.topcoder.com",
217+
PLATFORM_SITE_URL: 'https://platform.topcoder.com',
219218
};

0 commit comments

Comments
 (0)