From f816ad101adff02b57b71b43b91756b80b5825f6 Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Mon, 27 Jun 2022 09:13:02 +0200 Subject: [PATCH] improve WEB_UI_CONFIG --- extensions/web/pkg/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/web/pkg/config/config.go b/extensions/web/pkg/config/config.go index cde6f8855c..cf12fe65d3 100644 --- a/extensions/web/pkg/config/config.go +++ b/extensions/web/pkg/config/config.go @@ -19,7 +19,7 @@ type Config struct { HTTP HTTP `yaml:"http"` Asset Asset `yaml:"asset"` - File string `yaml:"file" env:"WEB_UI_CONFIG" desc:"Read the ownCloud Web configuration from a file."` // TODO: rename this to a more self explaining string + File string `yaml:"file" env:"WEB_UI_CONFIG" desc:"Read the ownCloud Web configuration from this file."` // TODO: rename this to a more self explaining string Web Web `yaml:"web"` Context context.Context `yaml:"-"`