mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 18:56:02 +07:00
Discourage users from copying everything from config.sample.php
Here is an alternative suggestion for wording related to https://github.com/owncloud/documentation/pull/1681
This commit is contained in:
@@ -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/`
|
||||
|
||||
Reference in New Issue
Block a user