Merge pull request #9818 from owncloud/fix-mount-file-config
Comment out mount_file config option
This commit is contained in:
commit
b5c2964070
|
@ -293,7 +293,7 @@ $CONFIG = array(
|
|||
'asset-pipeline.enabled' => false,
|
||||
|
||||
/* where mount.json file should be stored, defaults to data/mount.json */
|
||||
'mount_file' => '',
|
||||
// 'mount_file' => 'data/mount.json',
|
||||
|
||||
/*
|
||||
* Location of the cache folder, defaults to "data/$user/cache" where "$user" is the current user.
|
||||
|
|
Loading…
Reference in New Issue