fix: hardcode config for spaces which was not allowed to change

This commit is contained in:
Benedikt Kulmann
2024-01-29 10:30:24 +01:00
parent 33360327c0
commit 76aa0a0182
4 changed files with 8 additions and 7 deletions

View File

@@ -81,8 +81,6 @@ func DefaultConfig() *config.Config {
Reva: shared.DefaultRevaConfig(),
PublicURL: "https://localhost:9200",
EnableFavorites: false,
EnableProjectSpaces: true,
EnableShareJail: true,
UploadMaxChunkSize: 1e+7,
UploadHTTPMethodOverride: "",
DefaultUploadProtocol: "tus",