|
1 | 1 | { |
2 | 2 | "local": { |
3 | | - "ES_PROJECT_API_URL": "http://127.0.0.1:8553", |
4 | 3 | "API_URL" : "https://127.0.0.1:8443", |
5 | | - "WORK_API_URL" : "https://127.0.0.1:8443", |
6 | 4 | "ADMIN_TOOL_URL" : "http://localhost:8080/api/v2", |
7 | 5 | "API_VERSION_PATH" : "v3", |
8 | | - "AUTH0_CLIENT_ID" : "JFDo7HMkf0q2CkVFHojy3zHWafziprhT", |
9 | | - "AUTH0_DOMAIN" : "127.0.0.1:8443", |
10 | | - "AUTH0_TOKEN_NAME" : "userJWTToken", |
11 | | - "AUTH0_REFRESH_TOKEN_NAME" : "userRefreshJWTToken" |
| 6 | + "COOKIES_SECURE": false, |
| 7 | + "AUTH_URL": "https://accounts.topcoder-dev.com/member", |
| 8 | + "ACCOUNTS_CONNECTOR_URL": "https://accounts.topcoder-dev.com/connector.html", |
| 9 | + "JWT_V3_NAME": "v3jwt", |
| 10 | + "JWT_V2_NAME": "tcjwt" |
12 | 11 | }, |
13 | 12 | "dev": { |
14 | | - "ES_PROJECT_API_URL": "https://internal-api.topcoder-dev.com", |
15 | 13 | "API_URL" : "https://api.topcoder-dev.com", |
16 | | - "WORK_API_URL" : "https://api-work.topcoder-dev.com", |
17 | 14 | "ADMIN_TOOL_URL" : "https://api.topcoder-dev.com/v2", |
18 | 15 | "API_VERSION_PATH" : "v3", |
19 | | - "AUTH0_CLIENT_ID" : "JFDo7HMkf0q2CkVFHojy3zHWafziprhT", |
20 | | - "AUTH0_DOMAIN" : "topcoder-dev.auth0.com", |
21 | | - "AUTH0_TOKEN_NAME" : "userJWTToken", |
22 | | - "AUTH0_REFRESH_TOKEN_NAME" : "userRefreshJWTToken" |
| 16 | + "COOKIES_SECURE": false, |
| 17 | + "AUTH_URL": "https://accounts.topcoder-dev.com/member", |
| 18 | + "ACCOUNTS_CONNECTOR_URL": "https://accounts.topcoder-dev.com/connector.html", |
| 19 | + "JWT_V3_NAME": "v3jwt", |
| 20 | + "JWT_V2_NAME": "tcjwt" |
23 | 21 | }, |
24 | 22 | "qa": { |
25 | | - "ES_PROJECT_API_URL": "https://internal-api.topcoder-qa.com", |
26 | 23 | "API_URL" : "https://api.topcoder-qa.com", |
27 | | - "WORK_API_URL" : "https://api-work.topcoder-qa.com", |
28 | 24 | "ADMIN_TOOL_URL" : "https://api.topcoder-qa.com/v2", |
29 | 25 | "API_VERSION_PATH" : "v3", |
30 | | - "AUTH0_CLIENT_ID" : "EVOgWZlCtIFlbehkq02treuRRoJk12UR", |
31 | | - "AUTH0_DOMAIN" : "topcoder-qa.auth0.com", |
32 | | - "AUTH0_TOKEN_NAME" : "userJWTToken", |
33 | | - "AUTH0_REFRESH_TOKEN_NAME" : "userRefreshJWTToken" |
| 26 | + "COOKIES_SECURE": false, |
| 27 | + "AUTH_URL": "https://accounts.topcoder-qa.com/member", |
| 28 | + "ACCOUNTS_CONNECTOR_URL": "https://accounts.topcoder-qa.com/connector.html", |
| 29 | + "JWT_V3_NAME": "v3jwt", |
| 30 | + "JWT_V2_NAME": "tcjwt" |
34 | 31 | }, |
35 | 32 | "prod": { |
36 | 33 | "API_URL" : "https://api.topcoder.com", |
37 | | - "WORK_API_URL" : "https://api-work.topcoder.com", |
38 | | - "ES_PROJECT_API_URL": "https://internal-api.topcoder.com", |
39 | 34 | "ADMIN_TOOL_URL" : "https://api.topcoder.com/v2", |
40 | 35 | "API_VERSION_PATH" : "v3", |
41 | | - "AUTH0_CLIENT_ID" : "6ZwZEUo2ZK4c50aLPpgupeg5v2Ffxp9P", |
42 | | - "AUTH0_DOMAIN" : "topcoder.auth0.com", |
43 | | - "AUTH0_TOKEN_NAME" : "userJWTToken", |
44 | | - "AUTH0_REFRESH_TOKEN_NAME" : "userRefreshJWTToken" |
| 36 | + "COOKIES_SECURE": false, |
| 37 | + "AUTH_URL": "https://accounts.topcoder.com/member", |
| 38 | + "ACCOUNTS_CONNECTOR_URL": "https://accounts.topcoder.com/connector.html", |
| 39 | + "JWT_V3_NAME": "v3jwt", |
| 40 | + "JWT_V2_NAME": "tcjwt" |
45 | 41 | } |
46 | 42 | } |
0 commit comments