make cluster id configurable

This commit is contained in:
Willy Kloucek
2022-03-23 10:36:02 +01:00
parent 10f190d7f4
commit 09021c02a1
5 changed files with 11 additions and 9 deletions
@@ -28,7 +28,7 @@ func DefaultConfig() *config.Config {
},
Events: config.Events{
Endpoint: "127.0.0.1:9233",
Cluster: "test-cluster",
Cluster: "ocis-cluster",
ConsumerGroup: "notifications",
},
RevaGateway: "127.0.0.1:9142",