()
| 24 | } |
| 25 | |
| 26 | static graphQLServerPort() { |
| 27 | return parseInt(process.env.GRAPHQL_SERVER_PORT || '8020', 10) |
| 28 | } |
| 29 | |
| 30 | static graphQLServerUrl() { |
| 31 | return process.env.GRAPHQL_SERVER_URL || 'http://0.0.0.0:8020/graphql' |
no outgoing calls
no test coverage detected