diff options
author | Chocobozzz <me@florianbigard.com> | 2023-07-11 11:23:51 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-07-11 11:23:51 +0200 |
commit | d732ec7b46caa2a0972f132894023fec6bc5dd6a (patch) | |
tree | 907e012702e575acdab37a41b28d62c468fa1312 /config/production.yaml.example | |
parent | 76824f522addf310a829ec71fbd2230b7be5d61c (diff) | |
download | PeerTube-d732ec7b46caa2a0972f132894023fec6bc5dd6a.tar.gz PeerTube-d732ec7b46caa2a0972f132894023fec6bc5dd6a.tar.zst PeerTube-d732ec7b46caa2a0972f132894023fec6bc5dd6a.zip |
Rename "videos" config to "web-videos"
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index 8fccaa517..884300ddb 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -128,7 +128,7 @@ storage: | |||
128 | tmp_persistent: '/var/www/peertube/storage/tmp-persistent/' # As tmp but the directory is not cleaned up between PeerTube restarts | 128 | tmp_persistent: '/var/www/peertube/storage/tmp-persistent/' # As tmp but the directory is not cleaned up between PeerTube restarts |
129 | bin: '/var/www/peertube/storage/bin/' | 129 | bin: '/var/www/peertube/storage/bin/' |
130 | avatars: '/var/www/peertube/storage/avatars/' | 130 | avatars: '/var/www/peertube/storage/avatars/' |
131 | videos: '/var/www/peertube/storage/videos/' | 131 | web_videos: '/var/www/peertube/storage/web-videos/' |
132 | streaming_playlists: '/var/www/peertube/storage/streaming-playlists/' | 132 | streaming_playlists: '/var/www/peertube/storage/streaming-playlists/' |
133 | redundancy: '/var/www/peertube/storage/redundancy/' | 133 | redundancy: '/var/www/peertube/storage/redundancy/' |
134 | logs: '/var/www/peertube/storage/logs/' | 134 | logs: '/var/www/peertube/storage/logs/' |
@@ -200,8 +200,8 @@ object_storage: | |||
200 | base_url: '' # Example: 'https://mirror.example.com' | 200 | base_url: '' # Example: 'https://mirror.example.com' |
201 | 201 | ||
202 | # Same settings but for web videos | 202 | # Same settings but for web videos |
203 | videos: | 203 | web_videos: |
204 | bucket_name: 'videos' | 204 | bucket_name: 'web-videos' |
205 | prefix: '' | 205 | prefix: '' |
206 | base_url: '' | 206 | base_url: '' |
207 | 207 | ||