1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/roundcube_ynh.git synced 2024-09-03 20:16:28 +02:00
roundcube_ynh/conf/baikal.inc.php
tituspijean 87e2f1e38d Handle multiple CardDAV apps of each type
Can now include contacts from, e.g. apps nextcloud, nextcloud__2, etc.
2020-11-23 10:59:29 +01:00

16 lines
473 B
PHP

$prefs['{baikal_id}'] = array(
// required attributes
'name' => '{baikal_id}',
'username' => '%u',
'password' => '%p',
'url' => '{baikal_url}/card.php/addressbooks/%u/',
// optional attributes
'active' => true,
'readonly' => false,
'refresh_time' => '00:05:00',
'fixed' => array('username', 'password'),
'hide' => false,
);