Object storage inactivation: changes INACTIVE concept for DISABLE

This commit is contained in:
Stephane Mangin
2022-05-18 11:29:33 +02:00
parent e7c502bba8
commit f124cf1380
3 changed files with 16 additions and 16 deletions
+3 -3
View File
@@ -39,8 +39,8 @@ Default configuration means:
* application/javascript are stored in database whatever their size
* text/css are stored in database whatever their size
Inactivate attachment storage I/O
---------------------------------
Disable attachment storage I/O
------------------------------
Define a environment variable `ATTACHMENT_STORAGE_INACTIVE` set to `1`
Define a environment variable `DISABLE_ATTACHMENT_STORAGE` set to `1`
This will prevent any kind of exceptions and read/write on storage attachments.