Fix default value of kolab_bonnie_api option
This commit is contained in:
parent
e025062da8
commit
3c1c23982a
1 changed files with 3 additions and 0 deletions
|
@ -78,6 +78,8 @@ $config['kolab_users_cache'] = null;
|
|||
$config['kolab_users_cache_ttl'] = '10d';
|
||||
|
||||
// JSON-RPC endpoint configuration of the Bonnie web service providing historic data for groupware objects
|
||||
$config['kolab_bonnie_api'] = null;
|
||||
/*
|
||||
$config['kolab_bonnie_api'] = array(
|
||||
'uri' => 'https://<kolab-hostname>:8080/api/rpc',
|
||||
'user' => 'webclient',
|
||||
|
@ -86,3 +88,4 @@ $config['kolab_bonnie_api'] = array(
|
|||
'debug' => true, // logs requests/responses to <log-dir>/bonnie
|
||||
'timeout' => 30,
|
||||
);
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue