aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/production.yaml.example
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-10-10 16:28:42 +0200
committerChocobozzz <me@florianbigard.com>2022-10-10 16:28:42 +0200
commitdce2aba1e2c39535ed6af43f6aaf792ead8b0a6e (patch)
treef57ab96adc6d28b216e265ba9cca7803b9dd5b25 /config/production.yaml.example
parent20eb313f020ac1a2fab02a377aec457c5a4695f4 (diff)
downloadPeerTube-dce2aba1e2c39535ed6af43f6aaf792ead8b0a6e.tar.gz
PeerTube-dce2aba1e2c39535ed6af43f6aaf792ead8b0a6e.tar.zst
PeerTube-dce2aba1e2c39535ed6af43f6aaf792ead8b0a6e.zip
Fix `secrets` config
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r--config/production.yaml.example2
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
12secret: 12secrets:
13 # Generate one using `openssl rand -hex 32` 13 # Generate one using `openssl rand -hex 32`
14 peertube: '' 14 peertube: ''
15 15