|
@@ -590,11 +590,11 @@ function peertube_create_config {
|
590
|
590
|
echo ' size: 10 # Max number of previews you want to cache' >> $peertube_config_file
|
591
|
591
|
echo '' >> $peertube_config_file
|
592
|
592
|
echo 'admin:' >> $peertube_config_file
|
593
|
|
- echo " email: 'root@local'" >> $peertube_config_file
|
|
593
|
+ echo " email: 'admin@localhost'" >> $peertube_config_file
|
594
|
594
|
echo '' >> $peertube_config_file
|
595
|
595
|
echo 'signup:' >> $peertube_config_file
|
596
|
596
|
echo ' enabled: true' >> $peertube_config_file
|
597
|
|
- echo ' limit: 2 # When the limit is reached, registrations are disabled. -1 == unlimited' >> $peertube_config_file
|
|
597
|
+ echo ' limit: 5 # When the limit is reached, registrations are disabled. -1 == unlimited' >> $peertube_config_file
|
598
|
598
|
echo '' >> $peertube_config_file
|
599
|
599
|
echo 'user:' >> $peertube_config_file
|
600
|
600
|
echo ' # Default value of maximum video BYTES the user can upload (does not take into account transcoded files).' >> $peertube_config_file
|