From 51bd9427157eff006f85905d29920ebb0878ec7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 13 Jun 2024 14:23:46 +0200 Subject: [PATCH] Update .env --- conf/.env | 5 ----- 1 file changed, 5 deletions(-) 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 -