config-windows.txt 418 B

123456789101112131415161718192021
  1. [general]
  2. status_path = "status"
  3. [pair contacts]
  4. a = "local_card"
  5. b = "remote_card"
  6. collections = ["from a", "from b"]
  7. conflict_resolution = "b wins"
  8. metadata = ["displayname"]
  9. [storage local_card]
  10. type = "filesystem"
  11. path = "contacts"
  12. fileext = ".vcf"
  13. [storage remote_card]
  14. type = "carddav"
  15. url = "https://dav.ulm.org/addressbooks/johndoe@ulm.org"
  16. username = "johndoe@ulm.org"
  17. password = "EnterYourPasswordHere"