You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1421,7 +1421,7 @@ A list of comma-separated origin domain URLs for CORS validation. The default is
1421
1421
<TabItemvalue="Syntax"label="Syntax"default>
1422
1422
1423
1423
```bash
1424
-
--graphql-http-enabled[=<true|false>]
1424
+
--graphql-http-enabled=<true|false>
1425
1425
```
1426
1426
1427
1427
</TabItem>
@@ -1548,7 +1548,7 @@ The port (TCP) on which GraphQL HTTP listens. The default is `8547`. Ports must
1548
1548
<TabItemvalue="Syntax">
1549
1549
1550
1550
```bash
1551
-
--graphql-mtls-enabled[=<true|false>]
1551
+
--graphql-mtls-enabled=<true|false>
1552
1552
```
1553
1553
1554
1554
</TabItem>
@@ -1588,7 +1588,7 @@ The default is `false`.
1588
1588
<TabItemvalue="Syntax">
1589
1589
1590
1590
```bash
1591
-
--graphql-tls-enabled[=<true|false>]
1591
+
--graphql-tls-enabled=<true|false>
1592
1592
```
1593
1593
1594
1594
</TabItem>
@@ -1792,7 +1792,7 @@ Show the help message and exit.
1792
1792
<TabItemvalue="Syntax"label="Syntax"default>
1793
1793
1794
1794
```bash
1795
-
--history-expiry-prune[=<true|false>]
1795
+
--history-expiry-prune=<true|false>
1796
1796
```
1797
1797
</TabItem>
1798
1798
@@ -1935,7 +1935,7 @@ If a name is not specified, the name section is not included in the client ID. F
1935
1935
<TabItemvalue="Syntax"label="Syntax"default>
1936
1936
1937
1937
```bash
1938
-
--json-pretty-print-enabled[=<true|false>]
1938
+
--json-pretty-print-enabled=<true|false>
1939
1939
```
1940
1940
1941
1941
</TabItem>
@@ -2179,7 +2179,7 @@ Other categories are `KVSTORE_ROCKSDB`, `KVSTORE_PRIVATE_ROCKSDB`, `KVSTORE_ROCK
2179
2179
<TabItemvalue="Syntax"label="Syntax"default>
2180
2180
2181
2181
```bash
2182
-
--metrics-enabled[=<true|false>]
2182
+
--metrics-enabled=<true|false>
2183
2183
```
2184
2184
2185
2185
</TabItem>
@@ -2377,6 +2377,7 @@ metrics-push-enabled=true
2377
2377
Enables or disables [push gateway integration].
2378
2378
2379
2379
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 -->
2380
2381
2381
2382
### `metrics-push-host`
2382
2383
@@ -2751,7 +2752,7 @@ fee recipient, if the consensus layer client doesn't provide any.
2751
2752
<TabItemvalue="Syntax"label="Syntax"default>
2752
2753
2753
2754
```bash
2754
-
--miner-enabled[=<true|false>]
2755
+
--miner-enabled=<true|false>
2755
2756
```
2756
2757
2757
2758
</TabItem>
@@ -3081,7 +3082,7 @@ This option is ignored if [`--security-module`](#security-module) is set to a no
3081
3082
<TabItemvalue="Syntax"label="Syntax"default>
3082
3083
3083
3084
```bash
3084
-
--p2p-enabled[=<true|false>]
3085
+
--p2p-enabled=<true|false>
3085
3086
```
3086
3087
3087
3088
</TabItem>
@@ -3291,7 +3292,7 @@ The default is `50`: limiting plugins to up to 50% of the total block creation t
3291
3292
<TabItemvalue="Syntax">
3292
3293
3293
3294
```bash
3294
-
--plugin-continue-on-error[=<true|false>]
3295
+
--plugin-continue-on-error=<true|false>
3295
3296
```
3296
3297
3297
3298
</TabItem>
@@ -3435,7 +3436,7 @@ The default is `null`.
3435
3436
<TabItemvalue="Syntax"label="Syntax"default>
3436
3437
3437
3438
```bash
3438
-
--random-peer-priority-enabled[=<true|false>]
3439
+
--random-peer-priority-enabled=<true|false>
3439
3440
```
3440
3441
3441
3442
</TabItem>
@@ -3517,7 +3518,7 @@ The default is `false`.
3517
3518
<TabItemvalue="Syntax"label="Syntax"default>
3518
3519
3519
3520
```bash
3520
-
--remote-connections-limit-enabled[=<true|false>]
3521
+
--remote-connections-limit-enabled=<true|false>
3521
3522
```
3522
3523
3523
3524
</TabItem>
@@ -3689,7 +3690,7 @@ Requires a peer with the specified block number to have the specified hash when
Enables or disables [authentication](../../how-to/use-besu-api/authenticate.md) for the JSON-RPC WebSocket service.
5086
-
5088
+
<!-- No default specified -->
5087
5089
:::note
5088
5090
5089
5091
`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.
@@ -5180,7 +5182,7 @@ The [JWT provider's public key file] used for JSON-RPC WebSocket authentication
5180
5182
<TabItemvalue="Syntax"label="Syntax"default>
5181
5183
5182
5184
```bash
5183
-
--rpc-ws-enabled[=<true|false>]
5185
+
--rpc-ws-enabled=<true|false>
5184
5186
```
5185
5187
5186
5188
</TabItem>
@@ -5431,7 +5433,7 @@ Required if [`--rpc-ws-ssl-keystore-type`](#rpc-ws-ssl-keystore-type) is `PEM`.
5431
5433
<TabItemvalue="Syntax"label="Syntax"default>
5432
5434
5433
5435
```bash
5434
-
--rpc-ws-ssl-client-auth-enabled[=<true|false>]
5436
+
--rpc-ws-ssl-client-auth-enabled=<true|false>
5435
5437
```
5436
5438
5437
5439
</TabItem>
@@ -5481,7 +5483,7 @@ If using JKS or PKCS12, specify the truststore password using [`--rpc-ws-ssl-tru
5481
5483
<TabItemvalue="Syntax"label="Syntax"default>
5482
5484
5483
5485
```bash
5484
-
--rpc-ws-ssl-enabled[=<true|false>]
5486
+
--rpc-ws-ssl-enabled=<true|false>
5485
5487
```
5486
5488
5487
5489
</TabItem>
@@ -5994,7 +5996,7 @@ The default is the node's local private key file specified using [`--node-privat
0 commit comments