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
@@ -179,7 +179,7 @@ func sharingConfigFromStruct(c *cli.Context, cfg *config.Config) map[string]inte
"eventsmiddleware": map[string]interface{}{
"group": "sharing",
"type": "nats",
"address": "127.0.0.1:4222",
"address": "127.0.0.1:9233",
"clusterID": "test-cluster",
},
},