X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Fproduction.yaml.example;h=906fb7e1f1f10bf6aab5febb4b933cdcfe68b938;hb=e364e31e25bd1d4b8d801c845a96d6be708f0a18;hp=36fa704178fd75074acb30ffbc440c7d7210f662;hpb=bc48e33b80f357767b98c1d310b04bdda24c6d46;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/production.yaml.example b/config/production.yaml.example index 36fa70417..906fb7e1f 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -392,9 +392,15 @@ contact_form: signup: enabled: false + limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited + minimum_age: 16 # Used to configure the signup form + + # Users fill a form to register so moderators can accept/reject the registration + requires_approval: true requires_email_verification: false + filters: cidr: # You can specify CIDR ranges to whitelist (empty = no filtering) or blacklist whitelist: []