mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Trim ridiculously long path
This commit is contained in:
parent
6f95870a48
commit
51a8312f1e
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ by automatically downloading a list of the configured user's collections::
|
|||
|
||||
[storage my_contacts_remote]
|
||||
type = carddav
|
||||
url = https://owncloud.example.com/remote.php/carddav/addressbooks/bob/
|
||||
url = https://owncloud.example.com/remote.php/carddav/
|
||||
username = bob
|
||||
password = asdf
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue