mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-02 02:11:18 -06:00
remove apps hardcoded values
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user