diff options
author | Chocobozzz <me@florianbigard.com> | 2022-10-10 16:28:42 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-10-10 16:28:42 +0200 |
commit | dce2aba1e2c39535ed6af43f6aaf792ead8b0a6e (patch) | |
tree | f57ab96adc6d28b216e265ba9cca7803b9dd5b25 | |
parent | 20eb313f020ac1a2fab02a377aec457c5a4695f4 (diff) | |
download | PeerTube-dce2aba1e2c39535ed6af43f6aaf792ead8b0a6e.tar.gz PeerTube-dce2aba1e2c39535ed6af43f6aaf792ead8b0a6e.tar.zst PeerTube-dce2aba1e2c39535ed6af43f6aaf792ead8b0a6e.zip |
Fix `secrets` config
-rw-r--r-- | config/production.yaml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index e37ff9b8a..48613e1c3 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -9,7 +9,7 @@ webserver: | |||
9 | port: 443 | 9 | port: 443 |
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 | secrets: |
13 | # Generate one using `openssl rand -hex 32` | 13 | # Generate one using `openssl rand -hex 32` |
14 | peertube: '' | 14 | peertube: '' |
15 | 15 | ||