chore: add missing descriptions to env vars

This commit is contained in:
Phil Davis
2024-03-06 17:50:20 +05:45
parent 9d2be66a85
commit 6fcd049eb7
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ type ExternalApp struct {
// ExternalAppConfig defines an external web app configuration.
type ExternalAppConfig struct {
URL string `json:"url,omitempty" yaml:"url" env:"" introductionVersion:"pre5.0"`
URL string `json:"url,omitempty" yaml:"url" env:"" desc:"" introductionVersion:"pre5.0"`
}
// Web defines the available web configuration.