deploy: 106418113ff1248abc6eabe7061bb8de8c2fa04d

This commit is contained in:
jm-clius 2021-06-02 09:26:54 +00:00
parent b5e6640ef9
commit 72739338ef
3 changed files with 4 additions and 4 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 =

View File

@ -2,7 +2,7 @@
# libtool - Provide generalized library-building support services.
# Generated automatically by config.status (libbacktrace) version-unused
# Libtool was configured on host fv-az196-428:
# Libtool was configured on host fv-az132-75:
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
#
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,