Skip to content
Snippets Groups Projects
Commit dd7baf19 authored by Bob Mottram's avatar Bob Mottram
Browse files

Further limit the number of peertube signups

parent 968c08a5
No related branches found
No related tags found
No related merge requests found
......@@ -462,7 +462,7 @@ function peertube_create_config {
echo '' >> $peertube_config_file
echo 'signup:' >> $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 ' limit: 2 # 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment