📝(doc) add missing setting CONVERSION_UPLOAD_ENABLED

The setting CONVERSION_UPLOAD_ENABLED is not present in the env.md
documentation. It was added in a previous release but not documented.
This commit is contained in:
Manuel Raynaud
2026-06-09 07:46:25 +00:00
committed by GitHub
parent a43883caf0
commit 57d7116e54
+1
View File
@@ -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 |