archivos de configuracion, scripts y assets customizados de greenlight, scalelite y bigbluebutton
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

scalelite.yml 780B

1234567891011121314
  1. # Directory for temporary storage of working files
  2. work_dir: /var/bigbluebutton/recording/scalelite
  3. #
  4. # Directory to place recording files for scalelite to import
  5. # If you are using a shared filesystem, this should be the local mountpoint on the BigBlueButton server.
  6. spool_dir: /mnt/storage01/spool/
  7. # If you are using rsync over ssh, this should be of the form [USER@]HOST:DEST
  8. #spool_dir: scalelite-spool@scalelite-import.example.com:/var/bigbluebutton/spool
  9. # If you are using an rsync daemon, this should be of the form [USER@]HOST::DEST or rsync://[USER@]HOST/DEST
  10. #spool_dir: rsync://scalelite-spool@scalelite-import.example.com/spool
  11. #
  12. # Extra rsync command-line options
  13. # You can use this to set up unusual configurations, like rsync daemon over ssh
  14. extra_rsync_opts: []