meli/docs/meli.conf.5: Add missing entries from JMAP

Configuration entries `use_token` and `timeout` were not included in the
JMAP section so add them.

Related to #422

Signed-off-by: Manos Pitsidianakis <manos@pitsidianak.is>
pull/436/head
Manos Pitsidianakis 2 months ago
parent 2429f17b44
commit a8e82a302b
No known key found for this signature in database
GPG Key ID: 7729C7707F7E09D0

@ -588,12 +588,23 @@ Server password
.Pq Em optional
Use instead of
.Ic server_password
.It Ic use_token Ar boolean
Authenticate using the API Bearer token method.
If enabled, the token value must be provided as the configured password.
.Pq Em false \" default value
.It Ic danger_accept_invalid_certs Ar boolean
.Pq Em optional
Do not validate
.Em TLS
certificates.
.Pq Em false \" default value
.It Ic timeout Ar integer
.Pq Em optional
Timeout to use for server connections in seconds.
A timeout of
.Li 0
seconds means there is no timeout.
.Pq Em 16 \" default value
.El
.Ss mbox only
.HorizontalRule

Loading…
Cancel
Save