diff --git a/conf/.env b/conf/.env index 7ed8ffe..8a55343 100644 --- a/conf/.env +++ b/conf/.env @@ -25,8 +25,3 @@ MAILER_NOREPLY_NAME=__APP__ MAILER_NOREPLY_EMAIL=reply@__DOMAIN__ STORAGE_DRIVER=Type=Filesystem; Path=__DATA_DIR__ -STORAGE_DRIVER_FALLBACK=Type=Database; Mode=ReadAndWrite - -# In ReadAndClear mode, it's going to clear the fallback driver content every time an item is moved to the main driver. It means that over time the old storage will be cleared and all content will be on the new storage. -#STORAGE_DRIVER_FALLBACK=Type=Database; Mode=ReadAndClear -