Files
opencloud/changelog/2.0.0_2022-11-30/fix-skip-validate-for-non-fullstack.md
T
2022-11-29 23:16:49 +01:00

483 B

Bugfix: Fix configuration validation for extensions' server commands

We've fixed the configuration validation for the extensions' server commands. Before this fix error messages have occurred when trying to start individual services without certain oCIS fullstack configuration values.

We now no longer do the common oCIS configuration validation for extensions' server commands and now rely only on the extensions' validation function.

https://github.com/owncloud/ocis/pull/3911