aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-07-11 11:23:51 +0200
committerChocobozzz <me@florianbigard.com>2023-07-11 11:23:51 +0200
commitd732ec7b46caa2a0972f132894023fec6bc5dd6a (patch)
tree907e012702e575acdab37a41b28d62c468fa1312 /support
parent76824f522addf310a829ec71fbd2230b7be5d61c (diff)
downloadPeerTube-d732ec7b46caa2a0972f132894023fec6bc5dd6a.tar.gz
PeerTube-d732ec7b46caa2a0972f132894023fec6bc5dd6a.tar.zst
PeerTube-d732ec7b46caa2a0972f132894023fec6bc5dd6a.zip
Rename "videos" config to "web-videos"
Diffstat (limited to 'support')
-rw-r--r--support/docker/production/config/custom-environment-variables.yaml8
-rw-r--r--support/docker/production/config/production.yaml2
2 files changed, 5 insertions, 5 deletions
diff --git a/support/docker/production/config/custom-environment-variables.yaml b/support/docker/production/config/custom-environment-variables.yaml
index 8c1231bfc..0058cbd64 100644
--- a/support/docker/production/config/custom-environment-variables.yaml
+++ b/support/docker/production/config/custom-environment-variables.yaml
@@ -86,10 +86,10 @@ object_storage:
86 base_url: "PEERTUBE_OBJECT_STORAGE_STREAMING_PLAYLISTS_BASE_URL" 86 base_url: "PEERTUBE_OBJECT_STORAGE_STREAMING_PLAYLISTS_BASE_URL"
87 upload_acl: "PEERTUBE_OBJECT_STORAGE_UPLOAD_ACL" 87 upload_acl: "PEERTUBE_OBJECT_STORAGE_UPLOAD_ACL"
88 88
89 videos: 89 web_videos:
90 bucket_name: "PEERTUBE_OBJECT_STORAGE_VIDEOS_BUCKET_NAME" 90 bucket_name: "PEERTUBE_OBJECT_STORAGE_WEB_VIDEOS_BUCKET_NAME"
91 prefix: "PEERTUBE_OBJECT_STORAGE_VIDEOS_PREFIX" 91 prefix: "PEERTUBE_OBJECT_STORAGE_WEB_VIDEOS_PREFIX"
92 base_url: "PEERTUBE_OBJECT_STORAGE_VIDEOS_BASE_URL" 92 base_url: "PEERTUBE_OBJECT_STORAGE_WEB_VIDEOS_BASE_URL"
93 93
94webadmin: 94webadmin:
95 configuration: 95 configuration:
diff --git a/support/docker/production/config/production.yaml b/support/docker/production/config/production.yaml
index e3f6247d8..9c9581e40 100644
--- a/support/docker/production/config/production.yaml
+++ b/support/docker/production/config/production.yaml
@@ -47,7 +47,7 @@ storage:
47 tmp_persistent: '../data/tmp-persistent/' # As tmp but the directory is not cleaned up between PeerTube restarts 47 tmp_persistent: '../data/tmp-persistent/' # As tmp but the directory is not cleaned up between PeerTube restarts
48 bin: '../data/bin/' 48 bin: '../data/bin/'
49 avatars: '../data/avatars/' 49 avatars: '../data/avatars/'
50 videos: '../data/videos/' 50 web_videos: '../data/web-videos/'
51 streaming_playlists: '../data/streaming-playlists' 51 streaming_playlists: '../data/streaming-playlists'
52 redundancy: '../data/redundancy/' 52 redundancy: '../data/redundancy/'
53 logs: '../data/logs/' 53 logs: '../data/logs/'