Skip to content

Commit

Permalink
updating protected topics in favor of protected shards
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmer committed Oct 29, 2024
1 parent 579f454 commit 9505ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/nwaku/config-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Here are the available node configuration options, along with their default valu
| Name | Default Value | Description |
| ----------------- | --------------------------- | --------------------------------------------------------------------------------------------------- |
| `config-file` | | Loads configuration from a TOML file (cmd-line parameters take precedence) |
| `protected-topic` | `newSeq[ProtectedTopic](0)` | Topics and its public key to be used for message validation, topic:pubkey. Argument may be repeated |
| `protected-shard` | `newSeq[ProtectedShard](0)` | Shards and its public keys to be used for message validation, shard:pubkey. Argument may be repeated |

## Log config

Expand Down

0 comments on commit 9505ab0

Please sign in to comment.