mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-05 19:59:37 -06:00
Remove empty external apps config
There is nothing that would activate ocis-hello as an external app, so this can be just removed. Also it blocks the new default apps in ocis-phoenix.
This commit is contained in:
@@ -20,8 +20,5 @@ func configurePhoenix(cfg *config.Config) *svcconfig.Config {
|
||||
cfg.Phoenix.Tracing.Service = cfg.Tracing.Service
|
||||
}
|
||||
|
||||
// disable ocis-hello extension
|
||||
cfg.Phoenix.Phoenix.Config.ExternalApps = []svcconfig.ExternalApp{}
|
||||
|
||||
return cfg.Phoenix
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user