Merge pull request #28847 from nextcloud/techdebt/28118/update-config-sample-for-transfer-ownership-defaults

Add config.php option for transfer ownership
This commit is contained in:
Vincent Petry 2021-09-15 16:57:43 +02:00 committed by GitHub
commit 1162dcd1bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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