您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789101112131415161718192021222324252627
  1. ### Required by scalelite-api
  2. # SECRET_KEY_BASE=
  3. # LOADBALANCER_SECRET=
  4. #
  5. ### Required by scalelite-api and scalelite-poller
  6. # REDIS_URL=
  7. #
  8. ### Required by scalelite-api and scalelite-recording-importer
  9. # DATABASE_URL=
  10. # SCALELITE_RECORDING_DIR=/mnt/scalelite-recordings/var/bigbluebutton
  11. #
  12. ### Required by scalelite-nginx (only When using SSL)
  13. # NGINX_SSL=true
  14. # SCALELITE_NGINX_EXTRA_OPTS=--mount type=bind,source=/etc/letsencrypt,target=/etc/nginx/ssl,readonly
  15. # URL_HOST=
  16. #
  17. ### Required when when specific repo or version (other than defaults) are needed
  18. # SCALELITE_REPO=blindsidenetwks
  19. # SCALELITE_TAG=v1
  20. #
  21. ### Optional for postgres when using docker-compose
  22. # POSTGRES_USER=
  23. # POSTGRES_PASSWORD=
  24. #
  25. ### Optional for init-letsencrypt.sh when using certbot for generating signed SSL certificates
  26. #LETSENCRYPT_EMAIL=
  27. #LETSENCRYPT_STAGING=0 # Set to 1 if you're testing your setup to avoid hitting request limits