mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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]
|
[storage my_contacts_remote]
|
||||||
type = carddav
|
type = carddav
|
||||||
url = https://owncloud.example.com/remote.php/carddav/addressbooks/bob/
|
url = https://owncloud.example.com/remote.php/carddav/
|
||||||
username = bob
|
username = bob
|
||||||
password = asdf
|
password = asdf
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue