From 0a8e1262500eb30455e057275bced45285bdd533 Mon Sep 17 00:00:00 2001 From: Semyon Bezrukov Date: Tue, 14 Sep 2021 17:49:50 +0300 Subject: [PATCH] Add var description --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a56cfc4..d7a2fdf 100644 --- a/README.md +++ b/README.md @@ -191,6 +191,7 @@ Below is the complete list of parameters that can be set using environment varia - **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`. - **JWT_IN_BODY**: Specifies the enabling the token validation in the request body to the ONLYOFFICE Document Server. Defaults to `false`. +- **WOPI_ENABLED**: Specifies the enabling the wopi handlers. Defaults to `false`. - **USE_UNAUTHORIZED_STORAGE**: Set to `true`if using selfsigned certificates for your storage server e.g. Nextcloud. Defaults to `false` - **GENERATE_FONTS**: When 'true' regenerates fonts list and the fonts thumbnails etc. at each start. Defaults to `true` - **METRICS_ENABLED**: Specifies the enabling StatsD for ONLYOFFICE Document Server. Defaults to `false`.