bump reva and change nats port (#3210)

* bump reva and change nats port

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* changelog

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
kobergj
2022-02-22 11:17:58 +01:00
committed by GitHub
parent b192289f21
commit 5f4ed8908a
5 changed files with 17 additions and 5 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ func DefaultConfig() *Config {
},
Nats: Nats{
Host: "127.0.0.1",
Port: 4222,
Port: 9233,
},
}
}