docs(config): drop legacy `mount_file` option

All logic that used this was completely removed as of #30991

Signed-off-by: Josh <josh.t.richards@gmail.com>
pull/58725/head
Josh 6 months ago committed by GitHub
parent c29c7023d9
commit ceb1b7e767
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 7
      config/config.sample.php

@ -2482,13 +2482,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',
/**
* Prevent Nextcloud from updating the cache due to filesystem changes for all
* storage.

Loading…
Cancel
Save