From 669ac0db833015911acf5fa2a4fa05effd25790c Mon Sep 17 00:00:00 2001 From: Stephen Hill Date: Sat, 9 Oct 2021 07:58:09 +0000 Subject: [PATCH] Updated config docs. --- docs/content/doc/setup/config.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/content/doc/setup/config.md b/docs/content/doc/setup/config.md index 8a0110c61..f5ad3f81e 100644 --- a/docs/content/doc/setup/config.md +++ b/docs/content/doc/setup/config.md @@ -79,6 +79,18 @@ Full path: `service.JWTSecret` Environment path: `VIKUNJA_SERVICE_JWT_SECRET` +### jwtttl + +The duration of the issed JWT tokens in seconds. +The default is 259200 seconds (3 Days). + +Default: `259200` + +Full path: `service.jwtttl` + +Environment path: `VIKUNJA_SERVICE_JWTTTL` + + ### interface The interface on which to run the webserver