From a8e82a302ba043fb44563949ad7e03009c7808d8 Mon Sep 17 00:00:00 2001 From: Manos Pitsidianakis Date: Thu, 11 Jul 2024 09:08:36 +0300 Subject: [PATCH] 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 --- meli/docs/meli.conf.5 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/meli/docs/meli.conf.5 b/meli/docs/meli.conf.5 index 7f0896f9..2f46952a 100644 --- a/meli/docs/meli.conf.5 +++ b/meli/docs/meli.conf.5 @@ -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