add initial ok & not found caching, config, logs

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2022-01-14 15:50:57 +00:00
parent 5b97a12acd
commit 942bd0b98d
6 changed files with 87 additions and 52 deletions
+1
View File
@@ -24,6 +24,7 @@ func DefaultConfig() *Config {
WebDavBase: "https://localhost:9200",
WebDavPath: "/dav/spaces/",
DefaultQuota: "1000000000",
Insecure: false,
},
Identity: Identity{
Backend: "cs3",