Skip to content

Commit

Permalink
Update web/pkg/flagset/flagset.go
Browse files Browse the repository at this point in the history
Co-authored-by: Pascal Wengerter <[email protected]>
  • Loading branch information
wkloucek and Pascal Wengerter committed Oct 12, 2021
1 parent 03e60fe commit 987261f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/pkg/flagset/flagset.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ func ServerWithConfig(cfg *config.Config) []cli.Flag {
Name: "web-theme-server",
Value: flags.OverrideDefaultString(cfg.Web.Config.ThemeServer, "https://localhost:9200"),
Usage: "Theme server URL",
EnvVars: []string{"WEB_UI_THEME_SERVER", "OCIS_URL"}, // WEB_UI_CONFIG_SERVER takes precedence over OCIS_URL
EnvVars: []string{"WEB_UI_THEME_SERVER", "OCIS_URL"}, // WEB_UI_THEME_SERVER takes precedence over OCIS_URL
Destination: &cfg.Web.Config.ThemeServer,
},
&cli.StringFlag{
Expand Down

0 comments on commit 987261f

Please sign in to comment.