docs: update info

This commit is contained in:
Mohamed Sohail 2021-12-15 14:59:09 +03:00
parent c0b773eb5b
commit 8d7acc0f84
Signed by: kamikazechaser
GPG Key ID: 7DD45520C01CD85D
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
### openethereum-node-status
## openethereum-node-status
A tiny stateless service to return health status and useful metrics from OpenEthereum/Parity nodes. Requires the [following API's](https://openethereum.github.io/JSONRPC) to be enabled:
A tiny stateless service to return health status and useful metrics from OpenEthereum/Parity nodes using batched RPC queries. Requires the [following API's](https://openethereum.github.io/JSONRPC) to be enabled:
- eth
- parity
@ -11,7 +11,7 @@ Default config:
```bash
RPC_ENDPOINT=https://core.bloxberg.org
SERVER_POINT=80
SERVER_PORT=80
DEBUG_ENABLED=false
```