signup limit

This commit is contained in:
Bob Mottram 2017-11-29 20:27:51 +00:00
parent 4209245e20
commit f91d309e1f
1 changed files with 1 additions and 1 deletions

View File

@ -462,7 +462,7 @@ function peertube_create_config {
echo '' >> $peertube_config_file
echo 'signup:' >> $peertube_config_file
echo ' enabled: false' >> $peertube_config_file
echo '; limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited' >> $peertube_config_file
echo ' limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited' >> $peertube_config_file
echo '' >> $peertube_config_file
echo 'user:' >> $peertube_config_file
echo ' # Default value of maximum video BYTES the user can upload (does not take into account transcoded files).' >> $peertube_config_file