Apps Config.php Parameters
Introduction
This document describes parameters for apps maintained by ownCloud that are not part of the core system.
All keys are only valid if the corresponding app is installed and enabled.
You must copy the keys needed to the active config.php
file.
Multiple configuration files
ownCloud supports loading configuration parameters from multiple files. You can add arbitrary files ending with .config.php in the config/ directory.
Example:
You could place your email server configuration in email.config.php
.
This allows you to easily create and manage custom configurations, or to divide a large complex configuration file into a set of smaller files.
These custom files are not overwritten by ownCloud, and the values in these files take precedence over config.php
.
ownCloud may write configurations into config.php
.
These configurations may conflict with identical keys already set in additional config files. Be careful when using this capability!