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/nextcloud.inc.php
Éric Gaspar a0a60418c9
Testing (#98)
* Add suport for PHP7.3
* Force to use composer version 1.10.17
* Set Elastic as default
* Add language setting
* Disable GoogleSpell as default
* Fix carddav plugin setup

Co-authored-by: Sebastien Mennetrier <sebmennetrier@gmail.com>
Co-authored-by: tituspijean <tituspijean@outlook.com>
Co-authored-by: Kayou <pierre@kayou.io>
2020-11-27 22:20:55 +01:00

16 lines
503 B
PHP

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