Merge pull request #58725 from nextcloud/jtr/docs-config-mount-file-drop

docs(config): drop legacy `mount_file` option
pull/57124/merge
Carl Schwan 3 weeks ago committed by GitHub
commit ed1b0dcd5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 7
      config/config.sample.php

@ -2504,13 +2504,6 @@ $CONFIG = [
*/
'part_file_in_storage' => true,
/**
* Specify the location of the ``mount.json`` file.
*
* Defaults to ``data/mount.json`` in the Nextcloud directory.
*/
'mount_file' => '/var/www/nextcloud/data/mount.json',
/**
* Read-only mode for scan/detection reconciliation writes to filecache.
*

Loading…
Cancel
Save