mirror of
https://github.com/YunoHost-Apps/lemmy_ynh.git
synced 2024-09-03 19:36:09 +02:00
fix
This commit is contained in:
parent
60bba09594
commit
b858c0968f
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 = "/"
|
||||
|
|
Loading…
Add table
Reference in a new issue