Merge pull request #44 from opencloud-eu/nats-cluster-name

nats cluster name
This commit is contained in:
Andre Duffeck
2025-01-17 08:51:35 +01:00
committed by GitHub
19 changed files with 246 additions and 225 deletions
@@ -127,7 +127,7 @@ func DefaultConfig() *config.Config {
AutoAcceptShares: true,
Events: config.Events{
Endpoint: "127.0.0.1:9233",
Cluster: "ocis-cluster",
Cluster: "opencloud-cluster",
EnableTLS: false,
},
MaxConcurrency: 1,