summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2022-08-29 17:47:24 +0200
committerCôme Chilliet <come.chilliet@nextcloud.com>2022-08-29 17:49:55 +0200
commit7f80dccbaccd90c0ec015a24e5e564d0a5f5d57c (patch)
tree7575c3157bf4e2d8b0bda53329c2fe09c93de542 /config
parent9874557e439f1976949e4b190967190864c8d13e (diff)
downloadnextcloud-server-7f80dccbaccd90c0ec015a24e5e564d0a5f5d57c.tar.gz
nextcloud-server-7f80dccbaccd90c0ec015a24e5e564d0a5f5d57c.zip
Flip bulkupload.enabled default value to true
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 46064c9ef76..9df0966e704 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -2242,7 +2242,7 @@ $CONFIG = [
/**
* Enable the bulk upload feature.
*
- * Defaults to ``false``
+ * Defaults to ``true``
*/
-'bulkupload.enabled' => false,
+'bulkupload.enabled' => true,
];