aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml1
-rw-r--r--config/production.yaml.example1
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
14secrets: 14secrets:
15 # Generate one using `openssl rand -hex 32`
15 peertube: '' 16 peertube: ''
16 17
17rates_limit: 18rates_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
12secret: 12secret:
13 # Generate one using `openssl rand -hex 32`
13 peertube: '' 14 peertube: ''
14 15
15rates_limit: 16rates_limit: