mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-06 04:49:48 -06:00
Merge pull request #473 from owncloud/external-app-config
External app config
This commit is contained in:
5
changelog/unreleased/clear-external-apps.md
Normal file
5
changelog/unreleased/clear-external-apps.md
Normal file
@@ -0,0 +1,5 @@
|
||||
Bugfix: Don't enforce empty external apps slice
|
||||
|
||||
The command for ocis-phoenix enforced an empty external apps configuration. This was removed, as it was blocking a new set of default external apps in ocis-phoenix.
|
||||
|
||||
https://github.com/owncloud/ocis/pull/473
|
||||
@@ -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