Skip to content

Commit 6942dcb

Browse files
committed
adds missing defaults
Signed-off-by: m4sterbunny <[email protected]>
1 parent cb65a91 commit 6942dcb

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docs/public-networks/reference/cli/options.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2374,10 +2374,12 @@ metrics-push-enabled=true
23742374

23752375
</Tabs>
23762376

2377-
Enables or disables [push gateway integration].
2377+
Enables or disables [push gateway integration]. The default is `false`.
2378+
2379+
:::note
23782380

23792381
You can't specify `--metrics-push-enabled` with [`--metrics-enabled`](#metrics-enabled). That is, you can enable either Prometheus polling or Prometheus push gateway support, but not both at once.
2380-
<!-- No default specified -->
2382+
:::
23812383

23822384
### `metrics-push-host`
23832385

@@ -2962,7 +2964,7 @@ The predefined network configuration. The default is `mainnet`.
29622964

29632965
Possible values include the following:
29642966

2965-
| Network | Chain | Type | Default sync mode | Consensus mechanism | Description |
2967+
| Network | Chain | Type | Default sync mode | Consensus mechanism | description |
29662968
|:-----------|:------|:------------|:---------------------|:--------------------|:-------------------------------------------------------------------------------|
29672969
| `mainnet` | ETH | Production | [`SNAP`](#sync-mode) | A PoS network | The main [Ethereum network](https://ethereum.org/en/developers/docs/networks/) |
29682970
| `hoodi` | ETH | Test | [`SNAP`](#sync-mode) | A PoS network | Multi-client testnet [Hoodi](https://hoodi.ethpandaops.io/) |
@@ -3942,8 +3944,7 @@ rpc-http-authentication-enabled=true
39423944

39433945
</Tabs>
39443946

3945-
Enables or disables [authentication](../../how-to/use-besu-api/authenticate.md) for the JSON-RPC HTTP service.
3946-
<!-- No default specified -->
3947+
Enables or disables [authentication](../../how-to/use-besu-api/authenticate.md) for the JSON-RPC HTTP service. The default is `false`.
39473948

39483949
### `rpc-http-authentication-jwt-algorithm`
39493950

@@ -5084,8 +5085,8 @@ rpc-ws-authentication-enabled=true
50845085

50855086
</Tabs>
50865087

5087-
Enables or disables [authentication](../../how-to/use-besu-api/authenticate.md) for the JSON-RPC WebSocket service.
5088-
<!-- No default specified -->
5088+
Enables or disables [authentication](../../how-to/use-besu-api/authenticate.md) for the JSON-RPC WebSocket service. The default is `false`.
5089+
50895090
:::note
50905091

50915092
`wscat` doesn't support headers. [Authentication](../../how-to/use-besu-api/authenticate.md) requires you to pass an authentication token in the request header. To use authentication with WebSockets, you need an app that supports headers.

0 commit comments

Comments
 (0)