chore: adjust env var descriptions

Co-authored-by: Christian Richter <1058116+dragonchaser@users.noreply.github.com>
This commit is contained in:
Phil Davis
2024-02-21 16:44:56 +05:45
parent 6fcd049eb7
commit 366b03e6e2
4 changed files with 5 additions and 5 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:"" desc:"" introductionVersion:"pre5.0"`
URL string `json:"url,omitempty" yaml:"url"`
}
// Web defines the available web configuration.