Merge pull request #1682 from owncloud/phil-davis-config-sample-doc

Discourage users from copying everything from config.sample.php
This commit is contained in:
Carla Schroder 2015-09-23 03:46:36 -07:00
commit 91c3512fe0

View File

@ -3,9 +3,14 @@ Config.php Parameters
=====================
ownCloud uses the ``config/config.php`` file to control server operations.
``config/config.sample.php`` lists all the configurable parameters within
ownCloud. This document provides a more detailed reference. Many options are
configurable on your Admin page, so it is usually not necessary to edit
``config/config.php``.
ownCloud along with example or default values. This document provides a more
detailed reference. Many options are configurable on your Admin page, so it
is usually not necessary to edit ``config/config.php``.
.. note:: The installer creates a config containing the essential parameters.
Only manually add config parameters to ``config/config.php`` if you need to
use a special value for a parameter. Do not copy everything from
``config/config.sample.php``.
ownCloud supports loading configuration parameters from multiple files.
You can add arbitrary files ending with :file:`.config.php` in the :file:`config/`