Updated config docs.
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Stephen Hill 2021-10-09 07:58:09 +00:00
parent d4db5781f4
commit 669ac0db83
1 changed files with 12 additions and 0 deletions

View File

@ -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