We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd5ce9e commit 922b124Copy full SHA for 922b124
build/integration/features/bootstrap/SharingContext.php
@@ -27,6 +27,7 @@ protected function resetAppConfigs() {
27
$this->deleteServerConfig('core', 'shareapi_default_expire_date');
28
$this->deleteServerConfig('core', 'shareapi_expire_after_n_days');
29
$this->deleteServerConfig('core', 'link_defaultExpDays');
30
+ $this->deleteServerConfig('files_sharing', 'outgoing_server2server_share_enabled');
31
32
$this->runOcc(['config:system:delete', 'share_folder']);
33
}
0 commit comments