remove apps hardcoded values

This commit is contained in:
A.Unger
2020-01-15 11:26:55 +01:00
parent 9dcf700d16
commit 4103c43f11

View File

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