Add config.inc.php.dist
This commit is contained in:
parent
f971d25843
commit
1143cc36cb
1 changed files with 9 additions and 0 deletions
9
plugins/libkolab/config.inc.php.dist
Normal file
9
plugins/libkolab/config.inc.php.dist
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
/* Configuration for libkolab */
|
||||
|
||||
$rcmail_config['kolab_cache'] = true;
|
||||
|
||||
$rcmail_config['kolab_freebusy_server'] = 'https://' . $_SESSION['imap_host'] . '/freebusy';
|
||||
$rcmail_config['kolab_ssl_verify_peer'] = true;
|
||||
|
||||
?>
|
Loading…
Add table
Reference in a new issue