Added explanation how to add a parameter to the .htconfig.pgp
This commit is contained in:
parent
fd80e75693
commit
c49a1b1f8d
|
@ -5,9 +5,16 @@ There are some config values that haven't found their way into the administratio
|
||||||
current development that isn't considered stable and will be added later in the administration page when it is considered safe. Or it triggers
|
current development that isn't considered stable and will be added later in the administration page when it is considered safe. Or it triggers
|
||||||
something that isn't expected to be of public interest. Or it is for testing purposes only.
|
something that isn't expected to be of public interest. Or it is for testing purposes only.
|
||||||
|
|
||||||
Please be warned that you shouldn't use one of these values without the knowledge what it could trigger. Especially don't do that with
|
**Attention:** Please be warned that you shouldn't use one of these values without the knowledge what it could trigger. Especially don't do that with
|
||||||
undocumented values.
|
undocumented values.
|
||||||
|
|
||||||
|
The header of the section describes the category, the value is the parameter. Example: To set the directory value please add this
|
||||||
|
line to your .htconfig.php:
|
||||||
|
|
||||||
|
$a->config['system']['directory'] = 'http://dir.friendi.ca';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Jabber ##
|
## Jabber ##
|
||||||
* debug (Boolean) - Enable debug level for the jabber account synchronisation.
|
* debug (Boolean) - Enable debug level for the jabber account synchronisation.
|
||||||
* logfile - Logfile for the jabber account synchronisation.
|
* logfile - Logfile for the jabber account synchronisation.
|
||||||
|
|
Loading…
Reference in a new issue