Object Storage - unsafe mode

This commit is contained in:
Stephane Mangin
2022-04-13 13:11:01 +02:00
parent 78b626ee97
commit 28f2258551
3 changed files with 50 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.