Skip to content

Commit ebdf3b8

Browse files
authored
Merge pull request #42 from huangqun/dev
new pages to manage admins, reviewers and copilots
2 parents 5866436 + f3787e8 commit ebdf3b8

File tree

14 files changed

+971
-4
lines changed

14 files changed

+971
-4
lines changed

config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"ES_PROJECT_API_URL": "http://127.0.0.1:8553",
44
"API_URL" : "https://127.0.0.1:8443",
55
"WORK_API_URL" : "https://127.0.0.1:8443",
6+
"ADMIN_TOOL_URL" : "http://localhost:8080/api/v2",
67
"API_VERSION_PATH" : "v3",
78
"AUTH0_CLIENT_ID" : "JFDo7HMkf0q2CkVFHojy3zHWafziprhT",
89
"AUTH0_DOMAIN" : "127.0.0.1:8443",
@@ -13,6 +14,7 @@
1314
"ES_PROJECT_API_URL": "https://internal-api.topcoder-dev.com",
1415
"API_URL" : "https://api.topcoder-dev.com",
1516
"WORK_API_URL" : "https://api-work.topcoder-dev.com",
17+
"ADMIN_TOOL_URL" : "https://api.topcoder-dev.com/v2",
1618
"API_VERSION_PATH" : "v3",
1719
"AUTH0_CLIENT_ID" : "JFDo7HMkf0q2CkVFHojy3zHWafziprhT",
1820
"AUTH0_DOMAIN" : "topcoder-dev.auth0.com",
@@ -23,6 +25,7 @@
2325
"ES_PROJECT_API_URL": "https://internal-api.topcoder-qa.com",
2426
"API_URL" : "https://api.topcoder-qa.com",
2527
"WORK_API_URL" : "https://api-work.topcoder-qa.com",
28+
"ADMIN_TOOL_URL" : "https://api.topcoder-qa.com/v2",
2629
"API_VERSION_PATH" : "v3",
2730
"AUTH0_CLIENT_ID" : "EVOgWZlCtIFlbehkq02treuRRoJk12UR",
2831
"AUTH0_DOMAIN" : "topcoder-qa.auth0.com",
@@ -33,6 +36,7 @@
3336
"API_URL" : "https://api.topcoder.com",
3437
"WORK_API_URL" : "https://api-work.topcoder.com",
3538
"ES_PROJECT_API_URL": "https://internal-api.topcoder.com",
39+
"ADMIN_TOOL_URL" : "https://api.topcoder.com/v2",
3640
"API_VERSION_PATH" : "v3",
3741
"AUTH0_CLIENT_ID" : "6ZwZEUo2ZK4c50aLPpgupeg5v2Ffxp9P",
3842
"AUTH0_DOMAIN" : "topcoder.auth0.com",

0 commit comments

Comments
 (0)