peertube config
This commit is contained in:
parent
9eb9e7f46c
commit
f6960ccba0
|
@ -590,11 +590,11 @@ function peertube_create_config {
|
||||||
echo ' size: 10 # Max number of previews you want to cache' >> $peertube_config_file
|
echo ' size: 10 # Max number of previews you want to cache' >> $peertube_config_file
|
||||||
echo '' >> $peertube_config_file
|
echo '' >> $peertube_config_file
|
||||||
echo 'admin:' >> $peertube_config_file
|
echo 'admin:' >> $peertube_config_file
|
||||||
echo " email: 'root@local'" >> $peertube_config_file
|
echo " email: 'admin@localhost'" >> $peertube_config_file
|
||||||
echo '' >> $peertube_config_file
|
echo '' >> $peertube_config_file
|
||||||
echo 'signup:' >> $peertube_config_file
|
echo 'signup:' >> $peertube_config_file
|
||||||
echo ' enabled: true' >> $peertube_config_file
|
echo ' enabled: true' >> $peertube_config_file
|
||||||
echo ' limit: 2 # When the limit is reached, registrations are disabled. -1 == unlimited' >> $peertube_config_file
|
echo ' limit: 5 # 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