mirror of
https://github.com/nextcloud/server.git
synced 2026-04-25 08:08:33 -04:00
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>
This commit is contained in:
parent
c29c7023d9
commit
ceb1b7e767
1 changed files with 0 additions and 7 deletions
|
|
@ -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…
Reference in a new issue