|
1 | 1 | angular.module("CONSTANTS", [])
|
2 | 2 |
|
3 | 3 | .constant("CONSTANTS", {
|
4 |
| - "API_URL": "https://api.topcoder-dev.com/v3", |
5 |
| - "AUTH_API_URL": "https://api.topcoder-dev.com/v3", |
6 |
| - "API_URL_V2": "https://api.topcoder-dev.com/v2", |
| 4 | + "API_URL": "https://api.topcoder-qa.com/v3.0.0", |
| 5 | + "AUTH_API_URL": "https://api.topcoder-qa.com/v3", |
| 6 | + "API_URL_V2": "https://api.topcoder-qa.com/v2", |
7 | 7 | "ASSET_PREFIX": "",
|
8 |
| - "auth0Callback": "https://api.topcoder-dev.com/pub/callback.html", |
9 |
| - "auth0Domain": "topcoder-dev.auth0.com", |
10 |
| - "BLOG_LOCATION": "https://www.topcoder-dev.com/feed/?post_type=blog", |
11 |
| - "clientId": "JFDo7HMkf0q2CkVFHojy3zHWafziprhT", |
12 |
| - "COMMUNITY_URL": "//community.topcoder-dev.com", |
13 |
| - "domain": "topcoder-dev.com", |
14 |
| - "ENVIRONMENT": "development", |
15 |
| - "FORUMS_APP_URL": "//apps.topcoder-dev.com/forums", |
16 |
| - "HELP_APP_URL": "help.topcoder-dev.com", |
17 |
| - "MAIN_URL": "https://www.topcoder-dev.com", |
18 |
| - "ARENA_URL": "//arena.topcoder-dev.com", |
| 8 | + "auth0Callback": "https://api.topcoder-qa.com/pub/callback.html", |
| 9 | + "auth0Domain": "topcoder-qa.auth0.com", |
| 10 | + "BLOG_LOCATION": "https://www.topcoder-qa.com/feed/?post_type=blog", |
| 11 | + "clientId": "EVOgWZlCtIFlbehkq02treuRRoJk12UR", |
| 12 | + "COMMUNITY_URL": "//community.topcoder-qa.com", |
| 13 | + "domain": "topcoder-qa.com", |
| 14 | + "ENVIRONMENT": "qa", |
| 15 | + "FORUMS_APP_URL": "//apps.topcoder-qa.com/forums", |
| 16 | + "HELP_APP_URL": "help.topcoder-qa.com", |
| 17 | + "MAIN_URL": "https://www.topcoder-qa.com", |
| 18 | + "ARENA_URL": "//arena.topcoder-qa.com", |
19 | 19 | "NEW_CHALLENGES_URL": "https://www.topcoder.com/challenges/develop/upcoming/",
|
20 | 20 | "NEW_RELIC_APPLICATION_ID": "",
|
21 |
| - "PHOTO_LINK_LOCATION": "https://community.topcoder-dev.com", |
| 21 | + "PHOTO_LINK_LOCATION": "https://community.topcoder-qa.com", |
22 | 22 | "submissionDownloadPath": "/review/actions/DownloadContestSubmission?uid=",
|
23 | 23 | "SWIFT_PROGRAM_ID": 3445,
|
24 |
| - "SWIFT_PROGRAM_URL": "apple.topcoder-dev.com", |
| 24 | + "SWIFT_PROGRAM_URL": "apple.topcoder-qa.com", |
25 | 25 | "UPCOMING_SRMS_URL": "https://www.topcoder.com/challenges/data/upcoming/",
|
26 | 26 | "EVENT_USER_LOGGED_IN": "user_logged_in",
|
27 | 27 | "EVENT_USER_LOGGED_OUT": "user_logged_out",
|
|
0 commit comments