From 9559beeddf0996e5b3c6faabbfaf2cecf7eb6223 Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Mon, 11 Sep 2017 19:02:19 +0300 Subject: [PATCH] Added description to jwt params --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a0f6cbc..1511132 100644 --- a/README.md +++ b/README.md @@ -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. - **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. +- **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