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

Commit c07b138

Browse files
committed
Configuring cicd prod
1 parent e4e6bdf commit c07b138

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

config/development.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
module.exports = {
2+
GUIKIT: {
3+
DEBOUNCE_ON_CHANGE_TIME: 150,
4+
},
5+
API: {
6+
V5: "https://api.topcoder-dev.com/v5",
7+
V3: "https://api.topcoder-dev.com/v3",
8+
},
9+
URL: {
10+
COMMUNITY_APP: "https://community-app.topcoder-dev.com",
11+
},
12+
};

config/production.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
module.exports = {
2+
GUIKIT: {
3+
DEBOUNCE_ON_CHANGE_TIME: 150,
4+
},
5+
API: {
6+
V5: "https://api.topcoder.com/v5",
7+
V3: "https://api.topcoder.com/v3",
8+
},
9+
URL: {
10+
COMMUNITY_APP: "https://community-app.topcoder.com",
11+
},
12+
};

0 commit comments

Comments
 (0)