|
1 | | -// const API_ENDPOINT = |
2 | | -// "https://alyhqu85me.execute-api.us-east-1.amazonaws.com/dev/"; |
3 | | - |
4 | | -// module.exports = { |
5 | | -// COGNITO_USER_POOL_ID: "us-east-1_2zrzbEjoU", |
6 | | -// COGNITO_DOMAIN: "auth.dev.abstractplay.com", // "abstractplaydev.auth.us-east-1.amazoncognito.com", |
7 | | -// COGNITO_APPID: "14mpql1tmvntup4p2anm4jt782", |
8 | | -// COGNITO_COOKIE_DOMAIN: "localhost", |
9 | | -// COGNITO_REDIRECT_LOGIN: "http://localhost:3000", |
10 | | -// COGNITO_REDIRECT_LOGOUT: "http://localhost:3000", |
11 | | -// API_ENDPOINT_OPEN: API_ENDPOINT + "query", |
12 | | -// API_ENDPOINT_AUTH: API_ENDPOINT + "authQuery", |
13 | | -// PUSH_API_URL: API_ENDPOINT + "authQuery", |
14 | | -// }; |
15 | | - |
16 | 1 | const API_ENDPOINT = |
17 | | - "https://7n1lziet28.execute-api.us-east-1.amazonaws.com/prod/"; |
| 2 | + "https://alyhqu85me.execute-api.us-east-1.amazonaws.com/dev/"; |
18 | 3 |
|
19 | 4 | module.exports = { |
20 | | - COGNITO_USER_POOL_ID: "us-east-1_YCjgSZHJm", |
21 | | - COGNITO_DOMAIN: "auth.abstractplay.com", // "abstractplaylogin.auth.us-east-1.amazoncognito.com", |
22 | | - COGNITO_APPID: "2isan3ctk1aabt2v6r6aptlpg", |
| 5 | + COGNITO_USER_POOL_ID: "us-east-1_2zrzbEjoU", |
| 6 | + COGNITO_DOMAIN: "auth.dev.abstractplay.com", // "abstractplaydev.auth.us-east-1.amazoncognito.com", |
| 7 | + COGNITO_APPID: "14mpql1tmvntup4p2anm4jt782", |
23 | 8 | COGNITO_COOKIE_DOMAIN: "localhost", |
24 | 9 | COGNITO_REDIRECT_LOGIN: "http://localhost:3000", |
25 | 10 | COGNITO_REDIRECT_LOGOUT: "http://localhost:3000", |
26 | 11 | API_ENDPOINT_OPEN: API_ENDPOINT + "query", |
27 | 12 | API_ENDPOINT_AUTH: API_ENDPOINT + "authQuery", |
28 | 13 | PUSH_API_URL: API_ENDPOINT + "authQuery", |
29 | 14 | }; |
| 15 | + |
| 16 | +// const API_ENDPOINT = |
| 17 | +// "https://7n1lziet28.execute-api.us-east-1.amazonaws.com/prod/"; |
| 18 | + |
| 19 | +// module.exports = { |
| 20 | +// COGNITO_USER_POOL_ID: "us-east-1_YCjgSZHJm", |
| 21 | +// COGNITO_DOMAIN: "auth.abstractplay.com", // "abstractplaylogin.auth.us-east-1.amazoncognito.com", |
| 22 | +// COGNITO_APPID: "2isan3ctk1aabt2v6r6aptlpg", |
| 23 | +// COGNITO_COOKIE_DOMAIN: "localhost", |
| 24 | +// COGNITO_REDIRECT_LOGIN: "http://localhost:3000", |
| 25 | +// COGNITO_REDIRECT_LOGOUT: "http://localhost:3000", |
| 26 | +// API_ENDPOINT_OPEN: API_ENDPOINT + "query", |
| 27 | +// API_ENDPOINT_AUTH: API_ENDPOINT + "authQuery", |
| 28 | +// PUSH_API_URL: API_ENDPOINT + "authQuery", |
| 29 | +// }; |
0 commit comments