Change default instance name/port

This commit is contained in:
Neil Alexander 2020-06-09 16:00:24 +01:00
parent 8caeb01226
commit 512377d45b

View file

@ -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 {