Don't change the cluster name just yet

This will be done in a single change across the whole codebase later.
This commit is contained in:
André Duffeck
2025-01-16 13:57:32 +01:00
parent 1c15474285
commit e35db049e5

View File

@@ -25,7 +25,7 @@ func DefaultConfig() *config.Config {
},
Events: config.Events{
Endpoint: "127.0.0.1:9233",
Cluster: "opencloud-cluster",
Cluster: "ocis-cluster",
EnableTLS: false,
},
Auditlog: config.Auditlog{