Skip to content
Snippets Groups Projects
Commit 5a0a4be8 authored by Alexey Golubev's avatar Alexey Golubev Committed by GitHub
Browse files

Merge pull request #72 from ONLYOFFICE/feature/jwt-description

Added description to jwt params
parents 1e012972 9559beed
No related branches found
No related tags found
No related merge requests found
...@@ -172,6 +172,9 @@ Below is the complete list of parameters that can be set using environment varia ...@@ -172,6 +172,9 @@ Below is the complete list of parameters that can be set using environment varia
- **REDIS_SERVER_PORT**: The Redis server port number. - **REDIS_SERVER_PORT**: The Redis server port number.
- **NGINX_WORKER_PROCESSES**: Defines the number of nginx worker processes. - **NGINX_WORKER_PROCESSES**: Defines the number of nginx worker processes.
- **NGINX_WORKER_CONNECTIONS**: Sets the maximum number of simultaneous connections that can be opened by a nginx worker process. - **NGINX_WORKER_CONNECTIONS**: Sets the maximum number of simultaneous connections that can be opened by a nginx worker process.
- **JWT_ENABLED**: Specifies the enabling the JSON Web Token validation by the ONLYOFFICE Document Server. Defaults to `false`.
- **JWT_SECRET**: Defines the secret key to validate the JSON Web Token in the request to the ONLYOFFICE Document Server. Defaults to `secret`.
- **JWT_HEADER**: Defines the http header that will be used to send the JSON Web Token. Defaults to `Authorization`.
## Installing ONLYOFFICE Document Server integrated with Community and Mail Servers ## Installing ONLYOFFICE Document Server integrated with Community and Mail Servers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment