From 4103c43f1185feaed6b459fef96924afa0fa3d8d Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Wed, 15 Jan 2020 11:26:55 +0100 Subject: [PATCH] remove apps hardcoded values --- pkg/command/phoenix_ocis.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pkg/command/phoenix_ocis.go b/pkg/command/phoenix_ocis.go index a681ed142..c1894466a 100644 --- a/pkg/command/phoenix_ocis.go +++ b/pkg/command/phoenix_ocis.go @@ -23,13 +23,6 @@ func configurePhoenix(cfg *config.Config) *svcconfig.Config { if len(os.Getenv("PHOENIX_WEB_CONFIG_SERVER")) == 0 { os.Setenv("PHOENIX_WEB_CONFIG_SERVER", "http://localhost:20080") } - cfg.Phoenix.Phoenix.Config.Apps = []string{ - //"draw-io", - "files", - "markdown-editor", - //"media-viewer", - "pdf-viewer", - } return cfg.Phoenix }