- Corrected typo in config.
- Added example values for taskd.trust.
This commit is contained in:
Paul Beckingham 2014-08-11 11:34:24 -04:00
parent 8a4b33b0e3
commit c2ffee1352

View file

@ -298,9 +298,13 @@ std::string Config::_defaults =
"\n"
"# WARNING: Please read the documentation (man task-sync) before setting up\n"
"# Taskwarrior for Taskserver synchronization.\n"
"#taskd.certificate <certificat file>\n"
"#taskd.ca <certificate file>\n"
"#taskd.certificate <certificate file>\n"
"#taskd.credentials <organization>/<name>/<password>\n"
"#taskd.server <server>:<port>\n"
"#taskd.trust=strict\n"
"#taskd.trust=ignore hostname\n"
"#taskd.trust=allow all\n"
"taskd.ciphers=NORMAL\n"
"\n"
"# Aliases - alternate names for commands\n"