Update carddav url towards nextcloud

Этот коммит содержится в:
kiekerjan
2021-03-20 16:54:41 +01:00
коммит произвёл GitHub
родитель c667c5c036
Коммит 1ba239a328
+1 -1
Просмотреть файл
@@ -145,7 +145,7 @@ cat > ${RCM_PLUGIN_DIR}/carddav/config.inc.php <<EOF;
'name' => 'ownCloud',
'username' => '%u', // login username
'password' => '%p', // login password
'url' => 'https://${PRIMARY_HOSTNAME}/cloud/remote.php/carddav/addressbooks/%u/contacts',
'url' => 'https://${PRIMARY_HOSTNAME}/cloud/remote.php/dav/addressbooks/users/%u/contacts',
'active' => true,
'readonly' => false,
'refresh_time' => '02:00:00',