diff options
author | Chocobozzz <me@florianbigard.com> | 2022-10-10 11:19:45 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-10-10 11:19:45 +0200 |
commit | 1ea868a9456439108fbd87255537093ed8bd456f (patch) | |
tree | 7b7fc86ef48695d7a2f086997c97baf4462c2347 /config/default.yaml | |
parent | a3e5f804ad821f6979e8735b0569b1209986fedc (diff) | |
download | PeerTube-1ea868a9456439108fbd87255537093ed8bd456f.tar.gz PeerTube-1ea868a9456439108fbd87255537093ed8bd456f.tar.zst PeerTube-1ea868a9456439108fbd87255537093ed8bd456f.zip |
Fill documentation with required secret conf
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 890d7acf9..f94ec6209 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -12,6 +12,7 @@ webserver: | |||
12 | 12 | ||
13 | # Secrets you need to generate the first time you run PeerTube | 13 | # Secrets you need to generate the first time you run PeerTube |
14 | secrets: | 14 | secrets: |
15 | # Generate one using `openssl rand -hex 32` | ||
15 | peertube: '' | 16 | peertube: '' |
16 | 17 | ||
17 | rates_limit: | 18 | rates_limit: |