[mirotalksfu] - add notifications section in settings

هذا الالتزام موجود في:
Miroslav Pejic
2025-10-19 10:59:04 +02:00
الأصل d939bed0fa
التزام ec112ece6b
14 ملفات معدلة مع 357 إضافات و83 حذوفات

عرض الملف

@@ -164,12 +164,13 @@ VIDEOAI_API_KEY= # HeyGen API key
VIDEOAI_SYSTEM_LIMIT= # AI system prompt
# Email Alerts
EMAIL_ALERTS_ENABLED=false # Enable email notifications (true|false)
EMAIL_ALERTS_ENABLED=false # Enable email alerts (true|false)
EMAIL_NOTIFICATIONS=false # Enable email notifications (true|false)
EMAIL_HOST=smtp.gmail.com # SMTP server host
EMAIL_PORT=587 # SMTP port
EMAIL_USERNAME=your_username # SMTP username
EMAIL_PASSWORD=your_password # SMTP password
EMAIL_FROM= # Sender email address
EMAIL_FROM= # Sender email address
EMAIL_SEND_TO=sfu.mirotalk@gmail.com # Notification recipient
# Slack Integration
@@ -349,6 +350,7 @@ SHOW_LOBBY=true # Show lobby button (true|fals
SHOW_EMAIL_INVITE=true # Show email invitation button (true|false)
SHOW_MIC_OPTIONS=true # Show mic options button (true|false)
SHOW_RTMP_TAB=true # Show RTMP tab (true|false)
SHOW_NOTIFICATIONS_TAB=true # Show notifications tab (true|false)
SHOW_MODERATOR_TAB=true # Show moderator tab (true|false)
SHOW_RECORDING_TAB=true # Show recording tab (true|false)
HOST_ONLY_RECORDING=true # Only host can record (true|false)