Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' into change-default-port-for-oidc-to-reva
Browse files Browse the repository at this point in the history
  • Loading branch information
butonic authored Jan 17, 2020
2 parents de59eb3 + c8997d8 commit 85fc6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/flagset/flagset.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ func ServerWithConfig(cfg *config.Config) []cli.Flag {
},
&cli.StringFlag{
Name: "web-config-apps",
Value: "",
Value: "files,pdf-viewer,markdown-editor,media-viewer",
Usage: `String with comma separated values. --web-config-apps "pdf-viewer, files, draw-io"`,
EnvVar: "PHOENIX_WEB_CONFIG_APPS",
},
Expand Down

0 comments on commit 85fc6ee

Please sign in to comment.