Apply suggestions from code review
Co-authored-by: Martin <github@diemattels.at> Co-authored-by: Phil Davis <phil@jankaritech.com>
This commit is contained in:
co-authored by
Martin
Phil Davis
parent
8f3b0c50cd
commit
f13d559eb5
@@ -5,5 +5,5 @@ type HTTP struct {
|
||||
Addr string `yaml:"addr" env:"WEB_HTTP_ADDR" desc:"The bind address of the HTTP service."`
|
||||
Namespace string `yaml:"-"`
|
||||
Root string `yaml:"root" env:"WEB_HTTP_ROOT" desc:"The root path of the HTTP service."`
|
||||
CacheTTL int `yaml:"cache_ttl" env:"WEB_CACHE_TTL" desc:"Cache policy for ownCloud Web assets."`
|
||||
CacheTTL int `yaml:"cache_ttl" env:"WEB_CACHE_TTL" desc:"Cache policy in seconds for ownCloud Web assets."`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user