diff --git a/config/config.sample.php b/config/config.sample.php index e15afe48dc891..6fea4659c2b50 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1490,6 +1490,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