Describing skeletondir config option in default_files_configuration.

This commit is contained in:
RealRancor
2016-01-25 17:03:23 +01:00
parent 61f4e3efa2
commit 06de2e2582
2 changed files with 10 additions and 2 deletions

View File

@@ -18,3 +18,11 @@ They appear on the user's ownCloud Files page just like any other files.
.. image:: ../images/skeleton-files1.png
Additional Configuration
------------------------
The configuration option ``skeletondirectory`` available in your
``config.php`` (See :doc:`config_sample_php_parameters`) allows
you to configure the directory where the skeleton files are located.
These files will be copied to the data directory of new users. Leave
empty to not copy any skeleton files.

View File

@@ -27,6 +27,6 @@ To configure your ownCloud to send out e-mail notifications a working
Furthermore it is recommended to configure the background job ``Webcron`` or
``Cron`` as described in :doc:`background_jobs_configuration`.
There is also a config option ``activity_expire_days`` available in your
There is also a configuration option ``activity_expire_days`` available in your
``config.php`` (See :doc:`config_sample_php_parameters`) which allows
you to clean-up older activies from the database.
you to clean-up older activies from the database.