diff --git a/config/config.sample.php b/config/config.sample.php index 9a090326ea176..845db00ac1294 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1497,6 +1497,13 @@ */ 'sharing.enable_share_mail' => true, +/** + * Set to true to always transfer incoming shares by default + * when running "occ files:transfer-ownership". + * Defaults to false, so incoming shares are not transferred if not specifically requested + * by a command line argument. + */ +'transferIncomingShares' => false, /** * All other configuration options