aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/default.yaml
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-02-23 09:46:43 +0100
committerChocobozzz <me@florianbigard.com>2023-02-23 09:46:43 +0100
commitf44cd95c013c21454dc868c879c3d9230e8637c7 (patch)
tree4bec5237593e32e75443732e90b937a608dc1440 /config/default.yaml
parentc6ae14ee3f7c6b2707f4c518bb9c4ea8e38b980c (diff)
downloadPeerTube-f44cd95c013c21454dc868c879c3d9230e8637c7.tar.gz
PeerTube-f44cd95c013c21454dc868c879c3d9230e8637c7.tar.zst
PeerTube-f44cd95c013c21454dc868c879c3d9230e8637c7.zip
Update doc anchor links
Diffstat (limited to 'config/default.yaml')
-rw-r--r--config/default.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/default.yaml b/config/default.yaml
index 6bb827d66..d2bfae2aa 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -557,7 +557,7 @@ import:
557 # Classic HTTP or all sites supported by youtube-dl https://rg3.github.io/youtube-dl/supportedsites.html 557 # Classic HTTP or all sites supported by youtube-dl https://rg3.github.io/youtube-dl/supportedsites.html
558 http: 558 http:
559 # We recommend to use a HTTP proxy if you enable HTTP import to prevent private URL access from this server 559 # We recommend to use a HTTP proxy if you enable HTTP import to prevent private URL access from this server
560 # See https://docs.joinpeertube.org/maintain/configuration?id=security for more information 560 # See https://docs.joinpeertube.org/maintain/configuration#security for more information
561 enabled: false 561 enabled: false
562 562
563 youtube_dl_release: 563 youtube_dl_release:
@@ -581,7 +581,7 @@ import:
581 # Magnet URI or torrent file (use classic TCP/UDP/WebSeed to download the file) 581 # Magnet URI or torrent file (use classic TCP/UDP/WebSeed to download the file)
582 torrent: 582 torrent:
583 # We recommend to only enable magnet URI/torrent import if you trust your users 583 # We recommend to only enable magnet URI/torrent import if you trust your users
584 # See https://docs.joinpeertube.org/maintain/configuration?id=security for more information 584 # See https://docs.joinpeertube.org/maintain/configuration#security for more information
585 enabled: false 585 enabled: false
586 586
587 # Add ability for your users to synchronize their channels with external channels, playlists, etc 587 # Add ability for your users to synchronize their channels with external channels, playlists, etc