1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/joplin_ynh.git synced 2024-09-03 19:36:03 +02:00

Update .env

This commit is contained in:
Éric Gaspar 2024-06-13 14:23:46 +02:00
parent 052414507a
commit 51bd942715

View file

@ -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