1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-03-30 23:37:05 +00:00
This commit is contained in:
Michael Kroes 2025-02-26 13:36:11 +00:00 committed by GitHub
commit ee7674886b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -155,8 +155,8 @@ cat > ${RCM_PLUGIN_DIR}/carddav/config.inc.php <<EOF;
/* Do not edit. Written by Mail-in-a-Box. Regenerated on updates. */
\$prefs['_GLOBAL']['hide_preferences'] = true;
\$prefs['_GLOBAL']['suppress_version_warning'] = true;
\$prefs['ownCloud'] = array(
'name' => 'ownCloud',
\$prefs['Nextcloud'] = array(
'name' => 'Nextcloud',
'username' => '%u', // login username
'password' => '%p', // login password
'url' => 'https://${PRIMARY_HOSTNAME}/cloud/remote.php/dav/addressbooks/users/%u/contacts/',