Enable peertube signups

This commit is contained in:
Bob Mottram 2017-11-29 21:14:20 +00:00
parent 30f7875e59
commit deefdf38eb
1 changed files with 2 additions and 2 deletions

View File

@ -462,8 +462,8 @@ function peertube_create_config {
echo " email: '$MY_EMAIL_ADDRESS'" >> $peertube_config_file
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 ' enabled: true' >> $peertube_config_file
echo ' limit: 5 # 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