mirror of https://github.com/Chocobozzz/PeerTube
Fix typo for minimum age
parent
3b3546496e
commit
75103a4d89
|
@ -239,7 +239,7 @@ contact_form:
|
|||
signup:
|
||||
enabled: false
|
||||
limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited
|
||||
mimimum_age: 16
|
||||
minimum_age: 16
|
||||
requires_email_verification: false
|
||||
filters:
|
||||
cidr: # You can specify CIDR ranges to whitelist (empty = no filtering) or blacklist
|
||||
|
|
Loading…
Reference in New Issue