From aaf0422fdb6f379fd28e6d3330c98ea232e097ce Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Mon, 8 Jun 2026 18:38:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(doc)=20add=20missing=20setting=20C?= =?UTF-8?q?ONVERSION=5FUPLOAD=5FENABLED?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The setting CONVERSION_UPLOAD_ENABLED is not present in the env.md documentation. It was added in a previous release but not documented. --- docs/env.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/env.md b/docs/env.md index af1a995686..a559e28cfc 100644 --- a/docs/env.md +++ b/docs/env.md @@ -43,6 +43,7 @@ These are the environment variables you can set for the `impress-backend` contai | CONVERSION_API_TIMEOUT | Conversion api timeout | 30 | | CONVERSION_FILE_MAX_SIZE | The file max size allowed when uploaded to convert it | 20971520 (20MB) | | CONVERSION_FILE_EXTENSIONS_ALLOWED | Extension list managed by the conversion service | [".docx", ".md"] | +| CONVERSION_UPLOAD_ENABLED | Enable or not the conversion feature. Without it the endpoint will fail and the logo in the front application will not appear | False | | CRISP_WEBSITE_ID | Crisp website id for support | | | DB_ENGINE | Engine to use for database connections | django.db.backends.postgresql_psycopg2 | | DB_HOST | Host of the database | localhost |