aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/production.yaml.example
diff options
context:
space:
mode:
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r--config/production.yaml.example9
1 files changed, 8 insertions, 1 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example
index 209aaa56a..48613e1c3 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -8,6 +8,11 @@ webserver:
8 hostname: 'example.com' 8 hostname: 'example.com'
9 port: 443 9 port: 443
10 10
11# Secrets you need to generate the first time you run PeerTube
12secrets:
13 # Generate one using `openssl rand -hex 32`
14 peertube: ''
15
11rates_limit: 16rates_limit:
12 api: 17 api:
13 # 50 attempts in 10 seconds 18 # 50 attempts in 10 seconds
@@ -120,6 +125,7 @@ storage:
120 captions: '/var/www/peertube/storage/captions/' 125 captions: '/var/www/peertube/storage/captions/'
121 cache: '/var/www/peertube/storage/cache/' 126 cache: '/var/www/peertube/storage/cache/'
122 plugins: '/var/www/peertube/storage/plugins/' 127 plugins: '/var/www/peertube/storage/plugins/'
128 well_known: '/var/www/peertube/storage/well-known/'
123 # Overridable client files in client/dist/assets/images: 129 # Overridable client files in client/dist/assets/images:
124 # - logo.svg 130 # - logo.svg
125 # - favicon.png 131 # - favicon.png
@@ -648,7 +654,8 @@ instance:
648 robots: | 654 robots: |
649 User-agent: * 655 User-agent: *
650 Disallow: 656 Disallow:
651 # Security.txt rules. To discourage researchers from testing your instance and disable security.txt integration, set this to an empty string 657 # /.well-known/security.txt rules. This endpoint is cached, so you may have to wait a few hours before viewing your changes
658 # To discourage researchers from testing your instance and disable security.txt integration, set this to an empty string
652 securitytxt: 659 securitytxt:
653 '# 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:' 660 '# 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:'
654 661