Object Storage - unsafe mode

This commit is contained in:
Stephane Mangin
2022-04-13 12:45:14 +02:00
parent 78b626ee97
commit 79e34cd493
3 changed files with 49 additions and 1 deletions
@@ -38,3 +38,10 @@ Default configuration means:
stored in database
* application/javascript are stored in database whatever their size
* text/css are stored in database whatever their size
Unsafe mode
-----------
Define a environment variable `ATTACHMENT_STORAGE_UNSAFE` set to `1`
This will prevent and avoid any king of exceptions and filestore read/write
issues.