|
1 | 1 | {
|
2 |
| -"// endpoint configs //":"--------------------------------", |
| 2 | +"//--- endpoint configs---//":"", |
3 | 3 | "ASSETS_ENDPOINT":"https://cps-oss.oss-cn-shanghai.aliyuncs.com",
|
4 | 4 | "GRAPHQL_ENDPOINT":"https://api.coderplanets.com/graphiql",
|
5 |
| -"//GRAPHQL_ENDPOINT":"http://localhost:4001/graphiql", |
6 |
| - |
7 |
| -"// general configs //":"--------------------------------", |
| 5 | +"//--- general configs ---//":"", |
8 | 6 | "DEFAULT_THEME":"cyan",
|
9 | 7 | "SENIOR_AMOUNT_THRESHOLD":51.2,
|
10 | 8 | "SPONSOR_AMOUNT_THRESHOLD":3999,
|
|
14 | 12 | "M":30,
|
15 | 13 | "L":40
|
16 | 14 | },
|
17 |
| - |
18 |
| -"// contact configs //":"--------------------------------", |
| 15 | +"//--- contact configs ---//":"", |
19 | 16 | "EMAIL_CLUB":"club@group.coderplanets.com",
|
20 | 17 | "EMAIL_SUPPORT":"support@group.coderplanets.com",
|
21 | 18 | "EMAIL_HELLO":"hello@group.coderplanets.com",
|
22 |
| -"EMAIL_BUSINESS":"business@group.coderplanets.com" |
| 19 | +"EMAIL_BUSINESS":"business@group.coderplanets.com", |
| 20 | +"// GRAPHQL_ENDPOINT":"http://localhost:4001/graphiql" |
23 | 21 | }
|