mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Config
- Corrected typo in config. - Added example values for taskd.trust.
This commit is contained in:
parent
8a4b33b0e3
commit
c2ffee1352
1 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue