enhancement(webdav): add privatelink field to the webdav search response

This commit is contained in:
Florian Schade
2025-06-02 18:23:54 +02:00
parent 6770322a73
commit 41f630d698
2 changed files with 22 additions and 11 deletions
@@ -39,7 +39,7 @@ func DefaultConfig() *config.Config {
Service: config.Service{
Name: "webdav",
},
OpenCloudPublicURL: "https://127.0.0.1:9200",
OpenCloudPublicURL: "https://localhost:9200",
WebdavNamespace: "/users/{{.Id.OpaqueId}}",
RevaGateway: shared.DefaultRevaConfig().Address,
}