From a3e5f804ad821f6979e8735b0569b1209986fedc Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 10 Oct 2022 11:12:23 +0200 Subject: Encrypt OTP secret --- config/production.yaml.example | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config/production.yaml.example') diff --git a/config/production.yaml.example b/config/production.yaml.example index 46d574e42..399ac94f2 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -8,6 +8,10 @@ webserver: hostname: 'example.com' port: 443 +# Secrets you need to generate the first time you run PeerTube +secret: + peertube: '' + rates_limit: api: # 50 attempts in 10 seconds -- cgit v1.2.3 From 1ea868a9456439108fbd87255537093ed8bd456f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 10 Oct 2022 11:19:45 +0200 Subject: Fill documentation with required secret conf --- config/production.yaml.example | 1 + 1 file changed, 1 insertion(+) (limited to 'config/production.yaml.example') 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: # Secrets you need to generate the first time you run PeerTube secret: + # Generate one using `openssl rand -hex 32` peertube: '' rates_limit: -- cgit v1.2.3