diff options
author | Chocobozzz <me@florianbigard.com> | 2021-07-16 16:00:31 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-07-16 16:00:31 +0200 |
commit | 3b6195f7993f1662e94994a2ea64390f5cecac62 (patch) | |
tree | 29e151f9bb7af20538f06fb4fad5f2d76e6969cd /config/production.yaml.example | |
parent | 83482ec476069df6b4303a1b809cbb9f24527ba0 (diff) | |
download | PeerTube-3b6195f7993f1662e94994a2ea64390f5cecac62.tar.gz PeerTube-3b6195f7993f1662e94994a2ea64390f5cecac62.tar.zst PeerTube-3b6195f7993f1662e94994a2ea64390f5cecac62.zip |
Fix typo for minimum age
Diffstat (limited to 'config/production.yaml.example')
-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 890ec94b9..282a631f9 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -239,7 +239,7 @@ contact_form: | |||
239 | signup: | 239 | signup: |
240 | enabled: false | 240 | enabled: false |
241 | limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited | 241 | limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited |
242 | mimimum_age: 16 | 242 | minimum_age: 16 |
243 | requires_email_verification: false | 243 | requires_email_verification: false |
244 | filters: | 244 | filters: |
245 | cidr: # You can specify CIDR ranges to whitelist (empty = no filtering) or blacklist | 245 | cidr: # You can specify CIDR ranges to whitelist (empty = no filtering) or blacklist |