diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 9a090326ea1..845db00ac12 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1497,6 +1497,13 @@ $CONFIG = [ */ '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 |