Object storage inactivation: changes INACTIVE concept for DISABLE

This commit is contained in:
Stephane Mangin
2022-05-18 16:24:50 +03:00
committed by Maksym Yankin
co-authored by Maksym Yankin
parent de19785632
commit 361891fedb
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.