1
0
Fork 0
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:
Éric Gaspar 2023-12-29 18:15:51 +01:00
parent 2052a1084a
commit 8ec1f3fe07

View file

@ -138,7 +138,7 @@ defaults:
# From the project root directory
storage:
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/'
avatars: '__DATA_DIR__/storage/avatars/'
web_videos: '__DATA_DIR__/storage/videos/'
@ -212,7 +212,7 @@ object_storage:
# Same settings but for web videos
web_videos:
bucket_name: 'web-videos'
bucket_name: 'videos'
prefix: ''
base_url: ''