diff options
author | Chocobozzz <me@florianbigard.com> | 2023-02-23 09:46:43 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-02-23 09:46:43 +0100 |
commit | f44cd95c013c21454dc868c879c3d9230e8637c7 (patch) | |
tree | 4bec5237593e32e75443732e90b937a608dc1440 /config/production.yaml.example | |
parent | c6ae14ee3f7c6b2707f4c518bb9c4ea8e38b980c (diff) | |
download | PeerTube-f44cd95c013c21454dc868c879c3d9230e8637c7.tar.gz PeerTube-f44cd95c013c21454dc868c879c3d9230e8637c7.tar.zst PeerTube-f44cd95c013c21454dc868c879c3d9230e8637c7.zip |
Update doc anchor links
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index 4a80cfe5f..0c942c5ec 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -567,7 +567,7 @@ import: | |||
567 | # Classic HTTP or all sites supported by youtube-dl https://rg3.github.io/youtube-dl/supportedsites.html | 567 | # Classic HTTP or all sites supported by youtube-dl https://rg3.github.io/youtube-dl/supportedsites.html |
568 | http: | 568 | http: |
569 | # We recommend to use a HTTP proxy if you enable HTTP import to prevent private URL access from this server | 569 | # We recommend to use a HTTP proxy if you enable HTTP import to prevent private URL access from this server |
570 | # See https://docs.joinpeertube.org/maintain/configuration?id=security for more information | 570 | # See https://docs.joinpeertube.org/maintain/configuration#security for more information |
571 | enabled: false | 571 | enabled: false |
572 | 572 | ||
573 | youtube_dl_release: | 573 | youtube_dl_release: |
@@ -591,7 +591,7 @@ import: | |||
591 | # Magnet URI or torrent file (use classic TCP/UDP/WebSeed to download the file) | 591 | # Magnet URI or torrent file (use classic TCP/UDP/WebSeed to download the file) |
592 | torrent: | 592 | torrent: |
593 | # We recommend to only enable magnet URI/torrent import if you trust your users | 593 | # We recommend to only enable magnet URI/torrent import if you trust your users |
594 | # See https://docs.joinpeertube.org/maintain/configuration?id=security for more information | 594 | # See https://docs.joinpeertube.org/maintain/configuration#security for more information |
595 | enabled: false | 595 | enabled: false |
596 | 596 | ||
597 | # Add ability for your users to synchronize their channels with external channels, playlists, etc. | 597 | # Add ability for your users to synchronize their channels with external channels, playlists, etc. |