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

Commit 7cfaf2b

Browse files
authored
Merge pull request #8 from topcoder-platform/develop
Fix of production configuration
2 parents 25d1a8c + 606467f commit 7cfaf2b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/production.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
*/
44

55
module.exports = {
6+
API: {
7+
V2: 'https://api.topcoder.com/v2',
8+
V3: 'https://api.topcoder.com/v3',
9+
},
610
CDN: {
711
PUBLIC: 'https://d2nl5eqipnb33q.cloudfront.net',
812
},

0 commit comments

Comments
 (0)