diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 2d8aaf1ea..f94ec6209 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -10,6 +10,11 @@ webserver: | |||
10 | hostname: 'localhost' | 10 | hostname: 'localhost' |
11 | port: 9000 | 11 | port: 9000 |
12 | 12 | ||
13 | # Secrets you need to generate the first time you run PeerTube | ||
14 | secrets: | ||
15 | # Generate one using `openssl rand -hex 32` | ||
16 | peertube: '' | ||
17 | |||
13 | rates_limit: | 18 | rates_limit: |
14 | api: | 19 | api: |
15 | # 50 attempts in 10 seconds | 20 | # 50 attempts in 10 seconds |