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 d998ce560bc..d297f86d738 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1339,6 +1339,13 @@ $CONFIG = array( 'sharing.minSearchStringLength' => 0, /** + * Starting with Nextcloud 18 also internal shares have to be accepted. Setting + * this setting to true forces all internal shares to be accepted directly. + * (resulting in pre 18 behavior). + */ +'sharing.interal_shares_accepted' => false, + +/** * All other configuration options */ |