fix some TODOs

This commit is contained in:
Willy Kloucek
2022-01-03 07:49:24 +01:00
parent dcc01ca2a3
commit d5504093e8
4 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ type Config struct {
HTTP HTTP `ocisConfig:"http"`
OcisPublicURL string `ocisConfig:"ocis_public_url" env:"OCIS_URL;OCIS_PUBLIC_URL"`
WebdavNamespace string `ocisConfig:"webdav_namespace" env:"STORAGE_WEBDAV_NAMESPACE"` //TODO: prevent this cross config
WebdavNamespace string `ocisConfig:"webdav_namespace" env:"STORAGE_WEBDAV_NAMESPACE"`
Context context.Context
Supervised bool