From 512377d45b479f9194f6d1fc1d9bb87d8df87fec Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Tue, 9 Jun 2020 16:00:24 +0100 Subject: [PATCH] Change default instance name/port --- cmd/dendrite-demo-yggdrasil/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/dendrite-demo-yggdrasil/main.go b/cmd/dendrite-demo-yggdrasil/main.go index 71473393c..33e1606b5 100644 --- a/cmd/dendrite-demo-yggdrasil/main.go +++ b/cmd/dendrite-demo-yggdrasil/main.go @@ -43,8 +43,8 @@ import ( ) var ( - instanceName = flag.String("name", "dendrite-p2p", "the name of this P2P demo instance") - instancePort = flag.Int("port", 8080, "the port that the client API will listen on") + instanceName = flag.String("name", "dendrite-p2p-ygg", "the name of this P2P demo instance") + instancePort = flag.Int("port", 8008, "the port that the client API will listen on") ) type yggroundtripper struct {