added new environment variables from 3.3.0
This commit is contained in:
parent
da1f6efbe3
commit
9cd69844d1
|
|
@ -92,6 +92,18 @@ If this variable is set to 1, every query command that is sent to the server wil
|
|||
|
||||
If this variable is set to 1, all new log entries are written into a single file per virtual server. We suggest setting this variable to 0 as it will make life easier when looking at the logs.
|
||||
|
||||
### `TS3SERVER_QUERY_PROTOCOLS`
|
||||
|
||||
Comma separated list of protocols that can be used to connect to the ServerQuery. Possible values are `raw` and `ssh`. If `raw` is specified a raw or "classic" ServerQuery is opened on `10011/tcp`. If `ssh` is specified an encrypted ServerQuery using SSH is opened at `10022/tcp`. Any combination of the aforementioned values can be specified in this parameter, including leaving it empty, which would disable ServerQuery altogether.
|
||||
|
||||
### `TS3SERVER_QUERY_TIMEOUT`
|
||||
|
||||
Number of seconds before a query connection is disconnected because of inactivity. If value is set to be zero or negative, the timeout will be disabled. The default is a timeout of 300 seconds.
|
||||
|
||||
### `TS3SERVER_QUERY_SSH_RSA_HOST_KEY`
|
||||
|
||||
Path to the `ssh_host_rsa_key` to be used by query. If it does not exist, it will be created when the server is starting up.
|
||||
|
||||
# Caveats
|
||||
|
||||
## Inserting license file
|
||||
|
|
|
|||
Loading…
Reference in New Issue