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 13:50:10 +01:00
parent c103567428
commit ee9d94eca8

View file

@ -141,7 +141,7 @@ storage:
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/web_videos/' web_videos: '__DATA_DIR__/storage/videos/'
streaming_playlists: '__DATA_DIR__/storage/streaming-playlists/' streaming_playlists: '__DATA_DIR__/storage/streaming-playlists/'
redundancy: '__DATA_DIR__/storage/redundancy/' redundancy: '__DATA_DIR__/storage/redundancy/'
logs: '/var/log/__APP__/' logs: '/var/log/__APP__/'
@ -212,7 +212,7 @@ object_storage:
# Same settings but for web videos # Same settings but for web videos
web_videos: web_videos:
bucket_name: 'web-videos' bucket_name: 'videos'
prefix: '' prefix: ''
base_url: '' base_url: ''