From 19fa02704979e6a9bf34725880c5525d1228e34a Mon Sep 17 00:00:00 2001 From: Gabriel mermelstein Date: Thu, 19 Sep 2024 11:39:29 +0300 Subject: [PATCH] chore: updating config instructions for v0.33.0 --- docs/guides/nwaku/config-options.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/guides/nwaku/config-options.md b/docs/guides/nwaku/config-options.md index 654e915..f43aed8 100644 --- a/docs/guides/nwaku/config-options.md +++ b/docs/guides/nwaku/config-options.md @@ -66,8 +66,8 @@ Here are the available node configuration options, along with their default valu | `rln-relay-bandwidth-threshold` | `0 # to maintain backwards compatibility` | Message rate in bytes/sec after which verification of proofs should happen | | `staticnode` | | Peer multiaddr to directly connect with. Argument may be repeated | | `keep-alive` | `false` | Enable keep-alive for idle connections: true\|false | -| `topic` | `["/waku/2/default-waku/proto"]` | Default topic to subscribe to. Argument may be repeated. Deprecated! Please use `pubsub-topic` and/or `content-topic` instead | -| `pubsub-topic` | | Default pubsub topic to subscribe to. Argument may be repeated | +| `pubsub-topic` | | Default pubsub topic to subscribe to. Argument may be repeated. Deprecated! Please use `shard` and/or `content-topic` instead | +| `shard` | | Shard to subscribe to. Argument may be repeated. | | `content-topic` | | Default content topic to subscribe to. Argument may be repeated | ## Store and message store config @@ -107,7 +107,6 @@ Here are the available node configuration options, along with their default valu | `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-private` | `false` | Enable access to REST HTTP Private 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 `*` | ## Metrics config