deploy: 864835caa59bce3559b64049be954a96f67ea20c

This commit is contained in:
jm-clius 2021-06-02 09:26:54 +00:00
parent 64c61e2193
commit 7f93f525ac
2 changed files with 3 additions and 3 deletions

View File

@ -190,7 +190,7 @@ type
contentTopic* {.
desc: "Content topic for chat messages."
defaultValue: "/waku/2/huilong/proto"
defaultValue: "/toy-chat/2/huilong/proto"
name: "content-topic" }: string
# NOTE: Keys are different in nim-libp2p
@ -226,4 +226,4 @@ proc completeCmdArg*(T: type Port, val: TaintedString): seq[string] =
func defaultListenAddress*(conf: Chat2Conf): ValidIpAddress =
# TODO: How should we select between IPv4 and IPv6
# Maybe there should be a config option for this.
(static ValidIpAddress.init("0.0.0.0"))
(static ValidIpAddress.init("0.0.0.0"))

View File

@ -126,7 +126,7 @@ type
contentTopic* {.
desc: "Content topic to bridge chat messages to."
defaultValue: "/waku/2/huilong/proto"
defaultValue: "/toy-chat/2/huilong/proto"
name: "content-topic" }: string
proc parseCmdArg*(T: type keys.KeyPair, p: TaintedString): T =