Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorHinrich Mahler <22366557+Bibo-Joshi@users.noreply.github.com>2021-07-25 18:57:11 +0300
committerJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-09-06 17:39:11 +0300
commit961f8958c0df8e60ca9fda88d5f46526534eecd9 (patch)
tree6bd65beefbd7012fd211fc3f491b8b567b8a822f /config
parent33a0b75c83a1c56fa84b98d3a07a26b5c4932b65 (diff)
Let users choose a share_folder
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php5
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,