auto-accept shares in frontend service

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
jkoberg
2023-08-22 11:54:45 +02:00
parent 05758f44ea
commit 8e1b033a63
10 changed files with 308 additions and 4 deletions

View File

@@ -120,6 +120,11 @@ func DefaultConfig() *config.Config {
},
},
LDAPServerWriteEnabled: true,
Events: config.Events{
Endpoint: "127.0.0.1:9233",
Cluster: "ocis-cluster",
EnableTLS: false,
},
}
}