mirror of
https://github.com/YunoHost-Apps/peertube_ynh.git
synced 2024-09-03 19:56:29 +02:00
Update production.yaml
This commit is contained in:
parent
8b83dcc5d1
commit
749800ee67
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ defaults:
|
||||||
# From the project root directory
|
# From the project root directory
|
||||||
storage:
|
storage:
|
||||||
tmp: '__DATA_DIR__/storage/tmp/' # Use to download data (imports etc), store uploaded files before processing...
|
tmp: '__DATA_DIR__/storage/tmp/' # Use to download data (imports etc), store uploaded files before processing...
|
||||||
tmp_persistent: '__DATA_DIR__//storage/tmp-persistent/' # As tmp but the directory is not cleaned up between PeerTube restarts
|
tmp_persistent: '__DATA_DIR__/storage/tmp-persistent/' # As tmp but the directory is not cleaned up between PeerTube restarts
|
||||||
bin: '__DATA_DIR__/storage/bin/'
|
bin: '__DATA_DIR__/storage/bin/'
|
||||||
avatars: '__DATA_DIR__/storage/avatars/'
|
avatars: '__DATA_DIR__/storage/avatars/'
|
||||||
web_videos: '__DATA_DIR__/storage/videos/'
|
web_videos: '__DATA_DIR__/storage/videos/'
|
||||||
|
|
Loading…
Add table
Reference in a new issue