- Установлен 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>
15 lines
321 B
YAML
15 lines
321 B
YAML
port: 7880
|
|
log_level: debug
|
|
# when enabled, LiveKit will expose prometheus metrics on :6789/metrics
|
|
#prometheus_port: 6789
|
|
rtc:
|
|
port_range_start: 16384
|
|
port_range_end: 32768
|
|
use_external_ip: false
|
|
redis:
|
|
# redis is recommended for production deploys
|
|
address: redis:6379
|
|
|
|
keys:
|
|
# TODO: change keys
|
|
TEST: TEST
|