Merge pull request #30 from owncloud/butonic-patch-1

add default apps
This commit is contained in:
Jörn Friedrich Dreyer
2020-01-17 09:47:15 +01:00
committed by GitHub

View File

@@ -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",
},