diff --git a/404.html b/404.html index 470f470..7cac1f4 100644 --- a/404.html +++ b/404.html @@ -5,7 +5,7 @@
| Name | Default Value | Description |
|---|---|---|
filter | false | Enable filter protocol: true|false |
filternode | Peer multiaddr to request content filtering of messages | |
filter-subscription-timeout | 300 # 5 minutes | Timeout for filter subscription without ping or refresh it, in seconds. Only for v2 filter protocol |
filter-max-peers-to-serve | 1000 | Maximum number of peers to serve at a time. Only for v2 filter protocol |
filter-max-criteria | 1000 | Maximum number of pubsub and content topic combinations per peer at a time. Only for v2 filter protocol |
| Name | Default Value | Description |
-| --------------- | ------------- | --------------------------------------------------------- | ----- |
-| lightpush | false | Enable lightpush protocol: true | false |
-| lightpushnode | | Peer multiaddr to request lightpush of published messages |
| Name | Default Value | Description | |
|---|---|---|---|
lightpush | false | Enable lightpush protocol: true | false |
lightpushnode | Peer multiaddr to request lightpush of published messages |
| Name | Default Value | Description |
|---|---|---|
rest | false | Enable Waku REST HTTP server: true|false |
rest-address | 127.0.0.1 | Listening address of the REST HTTP server |
rest-port | 8645 | Listening port of the REST HTTP server |
rest-relay-cache-capacity | 30 | Capacity of the Relay REST API message cache |
rest-admin | false | Enable access to REST HTTP Admin API: true|false |
rest-allow-origin | Allow cross-origin requests from the specified origin. When using the REST API in a browser, specify the origin host to get a valid response from the node REST HTTP server. This option may be repeated and can contain wildcards (?,*) for defining URLs and ports such as localhost:*, 127.0.0.1:8080, or allow any website with * |