diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/config/default.yaml b/config/default.yaml index ec9622477..f545382c8 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -208,8 +208,8 @@ security: | |||
208 | tracker: | 208 | tracker: |
209 | # If you disable the tracker, you disable the P2P aspect of PeerTube | 209 | # If you disable the tracker, you disable the P2P aspect of PeerTube |
210 | enabled: true | 210 | enabled: true |
211 | # Only handle requests on your videos. | 211 | # Only handle requests on your videos |
212 | # If you set this to false it means you have a public tracker. | 212 | # If you set this to false it means you have a public tracker |
213 | # Then, it is possible that clients overload your instance with external torrents | 213 | # Then, it is possible that clients overload your instance with external torrents |
214 | private: true | 214 | private: true |
215 | # Reject peers that do a lot of announces (could improve privacy of TCP/UDP peers) | 215 | # Reject peers that do a lot of announces (could improve privacy of TCP/UDP peers) |
@@ -290,13 +290,14 @@ signup: | |||
290 | blacklist: [] | 290 | blacklist: [] |
291 | 291 | ||
292 | user: | 292 | user: |
293 | # Default value of maximum video BYTES the user can upload (does not take into account transcoded files). | 293 | # Default value of maximum video bytes the user can upload (does not take into account transcoded files) |
294 | # Byte format is supported ("1GB" etc) | ||
294 | # -1 == unlimited | 295 | # -1 == unlimited |
295 | video_quota: -1 | 296 | video_quota: -1 |
296 | video_quota_daily: -1 | 297 | video_quota_daily: -1 |
297 | 298 | ||
298 | # If enabled, the video will be transcoded to mp4 (x264) with `faststart` flag | 299 | # If enabled, the video will be transcoded to mp4 (x264) with `faststart` flag |
299 | # In addition, if some resolutions are enabled the mp4 video file will be transcoded to these new resolutions. | 300 | # In addition, if some resolutions are enabled the mp4 video file will be transcoded to these new resolutions |
300 | # Please, do not disable transcoding since many uploaded videos will not work | 301 | # Please, do not disable transcoding since many uploaded videos will not work |
301 | transcoding: | 302 | transcoding: |
302 | enabled: true | 303 | enabled: true |
@@ -494,7 +495,7 @@ instance: | |||
494 | robots: | | 495 | robots: | |
495 | User-agent: * | 496 | User-agent: * |
496 | Disallow: | 497 | Disallow: |
497 | # Security.txt rules. To discourage researchers from testing your instance and disable security.txt integration, set this to an empty string. | 498 | # Security.txt rules. To discourage researchers from testing your instance and disable security.txt integration, set this to an empty string |
498 | securitytxt: | 499 | securitytxt: |
499 | '# If you would like to report a security issue\n# you may report it to:\nContact: https://github.com/Chocobozzz/PeerTube/blob/develop/SECURITY.md\nContact: mailto:' | 500 | '# If you would like to report a security issue\n# you may report it to:\nContact: https://github.com/Chocobozzz/PeerTube/blob/develop/SECURITY.md\nContact: mailto:' |
500 | 501 | ||