+ Configuration: add web_session_ttl parameter

Simon Zolin 2019-11-13 19:09:29 +03:00
parent c1fedda956
commit 7bf96a32f1

@ -130,6 +130,7 @@ Settings are stored in [YAML format](https://en.wikipedia.org/wiki/YAML), possib
* `users` — Web users info
* `name` — User name
* `password` — Password
* `web_session_ttl` — Web session TTL (in hours) - a web user will stay signed in for this amount of time.
* `rlimit_nofile` — Limit on the maximum number of open files for server process (Linux and macOS). Set to 0 to use the system default value.
* `dns` — DNS configuration section.
* `bind_host` - DNS interface IP address to listen on.