Merge: + Configuration: add web_session_ttl parameter
* commit '7bf96a32f15279a300418a746511bcc4d984fece': + Configuration: add web_session_ttl parameter
commit
916e815e02
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue