|
3 | 3 | "JWT_V3_NAME":"v3jwt", |
4 | 4 | "JWT_V2_NAME":"tcjwt", |
5 | 5 | "COOKIES_SECURE":false, |
6 | | - "TC_LOGIN_URL": "https://accounts.topcoder-dev.com/member", |
| 6 | + "TC_LOGIN_URL": "http://CONFIG_LOCAL", |
7 | 7 | "TC_USER_PROFILE_URL": "http://api.topcoder-dev.com/v2/user/profile", |
8 | 8 | "API_URL": "https://127.0.0.1:8443", |
9 | 9 | "ADMIN_TOOL_URL": "http://localhost:8080/api/v2", |
|
20 | 20 | "JWT_V3_NAME":"v3jwt", |
21 | 21 | "JWT_V2_NAME":"tcjwt", |
22 | 22 | "COOKIES_SECURE":false, |
23 | | - "TC_LOGIN_URL": "https://accounts.topcoder-dev.com/member", |
| 23 | + "TC_LOGIN_URL": "http://CONFIG_HEROKU", |
24 | 24 | "TC_USER_PROFILE_URL": "https://api.topcoder-dev.com/v2/user/profile", |
25 | 25 | "API_URL": "https://api.topcoder-dev.com", |
26 | 26 | "ADMIN_TOOL_URL": "https://api.topcoder-dev.com/v2", |
|
36 | 36 | "JWT_V3_NAME":"v3jwt", |
37 | 37 | "JWT_V2_NAME":"tcjwt", |
38 | 38 | "COOKIES_SECURE":false, |
39 | | - "TC_LOGIN_URL": "https://accounts.topcoder-dev.com/member", |
| 39 | + "TC_LOGIN_URL": "http://CONFIG_DEV", |
40 | 40 | "TC_USER_PROFILE_URL": "https://api.topcoder-dev.com/v2/user/profile", |
41 | 41 | "API_URL": "https://api.topcoder-dev.com", |
42 | 42 | "ADMIN_TOOL_URL": "https://api.topcoder-dev.com/v2", |
|
52 | 52 | "JWT_V3_NAME":"v3jwt", |
53 | 53 | "JWT_V2_NAME":"tcjwt", |
54 | 54 | "COOKIES_SECURE":false, |
55 | | - "TC_LOGIN_URL": "https://accounts.topcoder-dev.com/member", |
| 55 | + "TC_LOGIN_URL": "http://CONFIG_QA", |
56 | 56 | "TC_USER_PROFILE_URL": "https://api.topcoder-dev.com/v2/user/profile", |
57 | 57 | "API_URL": "https://api.topcoder-qa.com", |
58 | 58 | "ADMIN_TOOL_URL": "https://api.topcoder-qa.com/v2", |
|
68 | 68 | "JWT_V3_NAME":"v3jwt", |
69 | 69 | "JWT_V2_NAME":"tcjwt", |
70 | 70 | "COOKIES_SECURE":false, |
71 | | - "TC_LOGIN_URL": "https://accounts.topcoder.com/member", |
| 71 | + "TC_LOGIN_URL": "http://CONFIG_PROD", |
72 | 72 | "TC_USER_PROFILE_URL": "https://api.topcoder.com/v2/user/profile", |
73 | 73 | "API_URL": "https://api.topcoder.com", |
74 | 74 | "ADMIN_TOOL_URL": "https://api.topcoder.com/v2", |
|
0 commit comments