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 | |
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')
-rw-r--r-- | config/default.yaml | 1 | ||||
-rw-r--r-- | config/production.yaml.example | 1 |
2 files changed, 2 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: |
diff --git a/config/production.yaml.example b/config/production.yaml.example index 399ac94f2..e37ff9b8a 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -10,6 +10,7 @@ webserver: | |||
10 | 10 | ||
11 | # Secrets you need to generate the first time you run PeerTube | 11 | # Secrets you need to generate the first time you run PeerTube |
12 | secret: | 12 | secret: |
13 | # Generate one using `openssl rand -hex 32` | ||
13 | peertube: '' | 14 | peertube: '' |
14 | 15 | ||
15 | rates_limit: | 16 | rates_limit: |