diff options
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: |