1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/joplin_ynh.git synced 2024-09-03 19:36:03 +02:00
This commit is contained in:
Éric Gaspar 2024-06-13 09:25:23 +02:00
parent c45c2c102e
commit 6a9e43b6fe
2 changed files with 9 additions and 0 deletions

View file

@ -23,3 +23,10 @@ MAILER_AUTH_USER=__APP__
MAILER_AUTH_PASSWORD=__MAIL_PWD__
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

View file

@ -55,6 +55,8 @@ ram.runtime = "280M"
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
api.url = "/api"