signup limit
This commit is contained in:
parent
4209245e20
commit
f91d309e1f
|
@ -462,7 +462,7 @@ function peertube_create_config {
|
||||||
echo '' >> $peertube_config_file
|
echo '' >> $peertube_config_file
|
||||||
echo 'signup:' >> $peertube_config_file
|
echo 'signup:' >> $peertube_config_file
|
||||||
echo ' enabled: false' >> $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 '' >> $peertube_config_file
|
||||||
echo 'user:' >> $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
|
echo ' # Default value of maximum video BYTES the user can upload (does not take into account transcoded files).' >> $peertube_config_file
|
||||||
|
|
Loading…
Reference in New Issue