From 09d09da55ce0807156b525674fbc6f109b7fa5b1 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 6 Oct 2015 15:55:57 +0200 Subject: [PATCH] generate documentation from config.sample.php --- .../configuration_server/config_sample_php_parameters.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 0c78bfa45..966bec72f 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -1240,9 +1240,10 @@ is not writeable by the web server in your configuration. :: - 'mount_file' => 'data/mount.json', + 'mount_file' => '/var/www/owncloud/data/mount.json', Where ``mount.json`` file should be stored, defaults to ``data/mount.json`` +in the ownCloud directory. ::