Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarla Schroder <carla@owncloud.com>2016-04-29 20:46:01 +0300
committerCarla Schroder <carla@owncloud.com>2016-04-29 20:46:51 +0300
commitb10f9f9eca3ca19dec03ad390f4b92ca1d4a115b (patch)
treeec0939763969b4d95fb76887087f9a60da0b4fff
parentcaf52f9ef630c65fff18d1f1afcd7d24ba161016 (diff)
update config file- occ commandsv9.0.2RC2
-rw-r--r--admin_manual/configuration_files/external_storage_configuration_gui.rst9
1 files changed, 0 insertions, 9 deletions
diff --git a/admin_manual/configuration_files/external_storage_configuration_gui.rst b/admin_manual/configuration_files/external_storage_configuration_gui.rst
index 46ef6856a..50b038667 100644
--- a/admin_manual/configuration_files/external_storage_configuration_gui.rst
+++ b/admin_manual/configuration_files/external_storage_configuration_gui.rst
@@ -143,12 +143,3 @@ You might need to setup a cron job that runs ``sudo -u www-data php occ files:sc
(or replace "--all" with the user name, see also :doc:`../configuration_server/occ_command`)
to trigger a rescan of the user's files periodically (for example every 15 minutes), which includes
the mounted external storage.
-
-Configuration File
-------------------
-
-Storage mount configurations are stored in a JSON formatted file. Admin
-storages are stored in ``data/mount.json``, while personal storages are stored
-in ``data/$user/mount.json``. For more advanced use cases, including
-provisioning external storages from outside ownCloud, see
-:doc:`external_storage_configuration`.