Skip to content

Commit

Permalink
fixing chat2 compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmer committed Aug 27, 2024
1 parent b864ab8 commit 6f973cd
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions apps/chat2/config_chat2.nim
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,18 @@ type
name: "keep-alive"
.}: bool

topics* {.
desc: "Default topics to subscribe to (space separated list).",
defaultValue: "/waku/2/rs/0/0",
name: "topics"
.}: string
clusterId* {.
desc:
"Cluster id that the node is running in. Node in a different cluster id is disconnected.",
defaultValue: 0,
name: "cluster-id"
.}: uint16

shards* {.
desc: "Shards index to subscribe to [0..MAX_SHARDS-1]. Argument may be repeated.",
defaultValue: @[uint16(0)],
name: "shard"
.}: seq[uint16]

## Store config
store* {.
Expand Down

0 comments on commit 6f973cd

Please sign in to comment.