浏览代码

peertube config

Bob Mottram 7 年前
父节点
当前提交
f6960ccba0
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      src/freedombone-app-peertube

+ 2
- 2
src/freedombone-app-peertube 查看文件

590
     echo '    size: 10 # Max number of previews you want to cache' >> $peertube_config_file
590
     echo '    size: 10 # Max number of previews you want to cache' >> $peertube_config_file
591
     echo '' >> $peertube_config_file
591
     echo '' >> $peertube_config_file
592
     echo 'admin:' >> $peertube_config_file
592
     echo 'admin:' >> $peertube_config_file
593
-    echo "  email: 'root@local'" >> $peertube_config_file
593
+    echo "  email: 'admin@localhost'" >> $peertube_config_file
594
     echo '' >> $peertube_config_file
594
     echo '' >> $peertube_config_file
595
     echo 'signup:' >> $peertube_config_file
595
     echo 'signup:' >> $peertube_config_file
596
     echo '  enabled: true' >> $peertube_config_file
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
     echo '' >> $peertube_config_file
598
     echo '' >> $peertube_config_file
599
     echo 'user:' >> $peertube_config_file
599
     echo 'user:' >> $peertube_config_file
600
     echo '  # Default value of maximum video BYTES the user can upload (does not take into account transcoded files).' >> $peertube_config_file
600
     echo '  # Default value of maximum video BYTES the user can upload (does not take into account transcoded files).' >> $peertube_config_file