use correct nats port (#3230)

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
kobergj
2022-02-24 16:11:55 +01:00
committed by GitHub
parent 83282b8144
commit 7973c743f9
+1 -1
View File
@@ -16,7 +16,7 @@ func DefaultConfig() *Config {
Password: "godisdead",
},
Events: Events{
Endpoint: "127.0.0.1:4222",
Endpoint: "127.0.0.1:9233",
Cluster: "test-cluster",
ConsumerGroup: "notifications",
},