Documentation
- Added references to new configuration settings.
This commit is contained in:
@@ -29,15 +29,17 @@ need the following items:
|
||||
<server:port> Where Task Server is running (Default: localhost:6544)
|
||||
<org> Name of organization (default: Public)
|
||||
<user> User name added to server
|
||||
<key> Key UUID generated by server
|
||||
<password> UUID generated by server
|
||||
<cert> Full path to client.cert.pem generated by server
|
||||
<key> Full path to client.key.pem generated by server
|
||||
|
||||
Set these configuration variables in your Taskwarrior configuration,
|
||||
substituting from above:
|
||||
|
||||
$ task config taskd.server <server:port>
|
||||
$ task config taskd.credentials <org>/<user>/<key>
|
||||
$ task config taskd.credentials <org>/<user>/<password>
|
||||
$ task config taskd.certificate <cert>
|
||||
$ task config taskd.key <key>
|
||||
|
||||
Here is an example:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user