Configuration
- Added taskd configuration examples to Config.cpp.
This commit is contained in:
@@ -296,13 +296,11 @@ std::string Config::_defaults =
|
|||||||
"fontunderline=yes # Uses underlines rather than -------\n"
|
"fontunderline=yes # Uses underlines rather than -------\n"
|
||||||
"shell.prompt=task> # Prompt used by the shell command\n"
|
"shell.prompt=task> # Prompt used by the shell command\n"
|
||||||
"\n"
|
"\n"
|
||||||
"# Merge options\n"
|
"# WARNING: Please read the documentation (man task-sync) before setting up\n"
|
||||||
"#\n"
|
"# Taskwarrior for Task Server synchronization.\n"
|
||||||
"# WARNING: Please read the documentation (man task-sync) before proceeding with these\n"
|
"#taskd.certificate <certificat file>\n"
|
||||||
"# synchronization features. If improperly used, data can be lost!\n"
|
"#taskd.credentials <organization>/<name>/<password>\n"
|
||||||
"merge.autopush=ask # Push database to remote origin after merge: yes, no, ask\n"
|
"#taskd.server <server>:<port>\n"
|
||||||
"#merge.default.uri=user@host.xz:.task/ # URI for merge\n"
|
|
||||||
"#pull.default.uri=rsync://host.xz/task-backup/ # URI for pull\n"
|
|
||||||
"\n"
|
"\n"
|
||||||
"# Aliases - alternate names for commands\n"
|
"# Aliases - alternate names for commands\n"
|
||||||
"alias.rm=delete # Alias for the delete command\n"
|
"alias.rm=delete # Alias for the delete command\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user