()
| 20 | } |
| 21 | |
| 22 | static jsonServerUrl() { |
| 23 | return process.env.JSON_SERVER_URL || 'http://0.0.0.0:8010' |
| 24 | } |
| 25 | |
| 26 | static graphQLServerPort() { |
| 27 | return parseInt(process.env.GRAPHQL_SERVER_PORT || '8020', 10) |
no outgoing calls
no test coverage detected