|
@@ -462,8 +462,8 @@ function peertube_create_config {
|
462
|
462
|
echo " email: '$MY_EMAIL_ADDRESS'" >> $peertube_config_file
|
463
|
463
|
echo '' >> $peertube_config_file
|
464
|
464
|
echo 'signup:' >> $peertube_config_file
|
465
|
|
- echo ' enabled: false' >> $peertube_config_file
|
466
|
|
- echo ' limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited' >> $peertube_config_file
|
|
465
|
+ echo ' enabled: true' >> $peertube_config_file
|
|
466
|
+ echo ' limit: 5 # When the limit is reached, registrations are disabled. -1 == unlimited' >> $peertube_config_file
|
467
|
467
|
echo '' >> $peertube_config_file
|
468
|
468
|
echo 'user:' >> $peertube_config_file
|
469
|
469
|
echo ' # Default value of maximum video BYTES the user can upload (does not take into account transcoded files).' >> $peertube_config_file
|