diff options
author | Hinrich Mahler <22366557+Bibo-Joshi@users.noreply.github.com> | 2021-07-25 17:57:11 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2021-09-06 16:39:11 +0200 |
commit | 961f8958c0df8e60ca9fda88d5f46526534eecd9 (patch) | |
tree | 6bd65beefbd7012fd211fc3f491b8b567b8a822f /config | |
parent | 33a0b75c83a1c56fa84b98d3a07a26b5c4932b65 (diff) | |
download | nextcloud-server-961f8958c0df8e60ca9fda88d5f46526534eecd9.tar.gz nextcloud-server-961f8958c0df8e60ca9fda88d5f46526534eecd9.zip |
Let users choose a share_folder
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 5f3f33dfa41..62a3308c21e 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1486,6 +1486,11 @@ $CONFIG = [ 'sharing.force_share_accept' => false, /** + * Set to false to prevent users from setting a custom share_folder + */ +'sharing.allow_custom_share_folder' => true, + +/** * Set to false to stop sending a mail when users receive a share */ 'sharing.enable_share_mail' => true, |