aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-07-11 09:52:14 +0200
committerChocobozzz <me@florianbigard.com>2023-07-11 09:52:14 +0200
commitc57ad141a9ffb67f8e7d087b92eaacd2b653b562 (patch)
treebddd5d4457cb9c922275cc1d8bb71cd88b1d0293 /support
parent784e2ad5c34bcfef36a3f69e9e9acd7cbb3d6428 (diff)
downloadPeerTube-c57ad141a9ffb67f8e7d087b92eaacd2b653b562.tar.gz
PeerTube-c57ad141a9ffb67f8e7d087b92eaacd2b653b562.tar.zst
PeerTube-c57ad141a9ffb67f8e7d087b92eaacd2b653b562.zip
Rename webtorrent config to web_videos
Diffstat (limited to 'support')
-rw-r--r--support/doc/api/openapi.yaml4
-rw-r--r--support/docker/production/config/custom-environment-variables.yaml8
2 files changed, 6 insertions, 6 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml
index e1a21fb5c..b2303bdd1 100644
--- a/support/doc/api/openapi.yaml
+++ b/support/doc/api/openapi.yaml
@@ -7768,7 +7768,7 @@ components:
7768 properties: 7768 properties:
7769 enabled: 7769 enabled:
7770 type: boolean 7770 type: boolean
7771 webtorrent: 7771 web_videos:
7772 type: object 7772 type: object
7773 properties: 7773 properties:
7774 enabled: 7774 enabled:
@@ -8134,7 +8134,7 @@ components:
8134 type: boolean 8134 type: boolean
8135 2160p: 8135 2160p:
8136 type: boolean 8136 type: boolean
8137 webtorrent: 8137 web_videos:
8138 type: object 8138 type: object
8139 description: Web Video specific settings 8139 description: Web Video specific settings
8140 properties: 8140 properties:
diff --git a/support/docker/production/config/custom-environment-variables.yaml b/support/docker/production/config/custom-environment-variables.yaml
index 8fff54229..8c1231bfc 100644
--- a/support/docker/production/config/custom-environment-variables.yaml
+++ b/support/docker/production/config/custom-environment-variables.yaml
@@ -1,7 +1,7 @@
1# 1#
2# This file will be read by node-config 2# This file will be read by node-config
3# See https://github.com/node-config/node-config/wiki/Environment-Variables#custom-environment-variables 3# See https://github.com/node-config/node-config/wiki/Environment-Variables#custom-environment-variables
4# 4#
5 5
6webserver: 6webserver:
7 hostname: "PEERTUBE_WEBSERVER_HOSTNAME" 7 hostname: "PEERTUBE_WEBSERVER_HOSTNAME"
@@ -177,9 +177,9 @@ transcoding:
177 2160p: 177 2160p:
178 __name: "PEERTUBE_TRANSCODING_2160P" 178 __name: "PEERTUBE_TRANSCODING_2160P"
179 __format: "json" 179 __format: "json"
180 webtorrent: 180 web_videos:
181 enabled: 181 enabled:
182 __name: "PEERTUBE_TRANSCODING_WEBTORRENT_ENABLED" 182 __name: "PEERTUBE_TRANSCODING_WEB_VIDEOS_ENABLED"
183 __format: "json" 183 __format: "json"
184 hls: 184 hls:
185 enabled: 185 enabled: