- Установлен BigBlueButton с Greenlight v3 frontend - Настроен SMTP через Microsoft 365 Relay (aiimpress-com0e.mail.protection.outlook.com:25) - Email отправка работает: noreply@ai-impress.com - Доступ: https://bbb.ai-impress.com - Настроена интеграция с Traefik для SSL - Включены: запись вебинаров (90 дней), webhooks для n8n, Prometheus экспорт - Локаль: русский язык (ru-RU) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
26 lines
No EOL
792 B
Properties
26 lines
No EOL
792 B
Properties
defaultWelcomeMessage={{ .Env.WELCOME_MESSAGE }}
|
|
defaultWelcomeMessageFooter={{ .Env.WELCOME_FOOTER }}
|
|
|
|
{{ if isTrue .Env.ENABLE_RECORDING }}
|
|
disableRecordingDefault=false
|
|
{{ else }}
|
|
disableRecordingDefault=true
|
|
{{ end }}
|
|
|
|
bigbluebutton.web.serverURL=https://{{ .Env.DOMAIN }}
|
|
|
|
securitySalt={{ .Env.SHARED_SECRET }}
|
|
|
|
redisHost=redis
|
|
|
|
{{ if isTrue .Env.IGNORE_TLS_CERT_ERRORS }}
|
|
beans.presentationService.defaultUploadedPresentation=https://test27.bigbluebutton.org/default.pdf
|
|
# fetch presentations without HTTPS
|
|
presentationBaseURL=http://{{ .Env.DOMAIN }}/bigbluebutton/presentation
|
|
{{else}}
|
|
beans.presentationService.defaultUploadedPresentation=${bigbluebutton.web.serverURL}/default.pdf
|
|
{{end}}
|
|
|
|
learningDashboardEnabled={{ .Env.ENABLE_LEARNING_DASHBOARD }}
|
|
|
|
defaultNumDigitsForTelVoice=9 |