From f0051210e5b90e4176a2ef3aaddc42087a5ada50 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 17 Jun 2015 16:51:37 +0200 Subject: [PATCH] Add comment about *.config.php files --- .../config_sample_php_parameters.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index acd20c6b2..212cfd8d1 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -6,6 +6,15 @@ 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 provides a feature of loading config parameter from multiple files. +You can add arbitrary files ending with `.config.php` in the `config/` directory +and all parameter from these files will be loaded. In this way you can specify +common attributes like the email setup in a file called `email.config.php` that +contains only the email related parameters. This enables an easy deployment of +config parameters. Another advantage is, that those parameters can't be +overwritten by ownCloud. Aslo the values in those files overwrite the values of +`config.php`. + .. Generated content below. Don't change this. .. DEFAULT_SECTION_START