1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lemmy_ynh.git synced 2024-09-03 19:36:09 +02:00
This commit is contained in:
Éric Gaspar 2023-07-20 09:44:47 +02:00
parent 60bba09594
commit b858c0968f
2 changed files with 2 additions and 2 deletions

View file

@ -438,7 +438,7 @@ cache_capacity = 67108864
#
# Used in combination with the /internal/export endpoint to dump the current sled database into a
# new file. This can be helpful for backing up a running pict-rs server.
export_path = "/mnt/exports"
export_path = "__DATA_DIR__/exports"
## Media storage configuration

View file

@ -59,7 +59,7 @@ ram.runtime = "50M"
[resources.install_dir]
[resources.data_dir]
subdirs = ["pictrs-data", "sled"]
subdirs = ["pictrs-data", "sled", "exports"]
[resources.permissions]
main.url = "/"