improve *_HTTP_ROOT descriptions

This commit is contained in:
Willy Kloucek
2022-06-29 09:44:12 +02:00
parent a85e168b2c
commit 4d60867cd6
10 changed files with 10 additions and 10 deletions

View File

@@ -3,6 +3,6 @@ package config
// HTTP defines the available http configuration.
type HTTP struct {
Addr string `yaml:"addr" env:"THUMBNAILS_HTTP_ADDR" desc:"The bind address of the HTTP service."`
Root string `yaml:"root" env:"THUMBNAILS_HTTP_ROOT" desc:"The root path of the HTTP service."`
Root string `yaml:"root" env:"THUMBNAILS_HTTP_ROOT" desc:"Subdirectory that serves as the root for this HTTP service."`
Namespace string `yaml:"-"`
}