[mirotalksfu] - add logs json format, update dep

هذا الالتزام موجود في:
Miroslav Pejic
2025-07-13 18:43:12 +02:00
الأصل be70fd683c
التزام dc4e2b14e2
8 ملفات معدلة مع 110 إضافات و63 حذوفات

عرض الملف

@@ -49,7 +49,14 @@ SERVER_SSL_KEY=../ssl/key.pem # Path to SSL private key
CORS_ORIGIN=* # Allowed CORS origins (comma-separated)
# ----------------------------------------------------
# 3. Media Handling
# 3. Logging Configuration
# ----------------------------------------------------
LOGS_JSON=false # Log output in JSON format (true|false)
LOGS_JSON_PRETTY=false # Pretty-print JSON logs (true|false)
# ----------------------------------------------------
# 4. Media Handling
# ----------------------------------------------------
# Recording
@@ -119,7 +126,7 @@ PRESENTERS=Miroslav Pejic,miroslav.pejic.85@gmail.com, # Presenter usernames (co
PRESENTER_JOIN_FIRST=true # First joiner becomes presenter (true|false)
# ----------------------------------------------------
# 5. API Configuration
# 6. API Configuration
# ----------------------------------------------------
API_KEY_SECRET=mirotalksfu_default_secret # Secret for API authentication
@@ -132,7 +139,7 @@ API_ALLOW_SLACK=true # Allow Slack integration via
API_ALLOW_MATTERMOST=true # Allow Mattermost integration via API (true|false)
# ----------------------------------------------------
# 6. Third-Party Integrations
# 7. Third-Party Integrations
# ----------------------------------------------------
# ChatGPT Integration
@@ -210,7 +217,7 @@ AWS_SECRET_ACCESS_KEY= # AWS Secret Access Key (leave
AWS_REGION= # AWS region (e.g., us-east-2, eu-west-2)
# ----------------------------------------------------
# 7. UI Customization
# 8. UI Customization
# ----------------------------------------------------
# App
@@ -268,7 +275,7 @@ EMAIL_SUBJECT=MiroTalk SFU info # Email subject
COPYRIGHT_TEXT=MiroTalk SFU, all rights reserved # Copyright text
# ----------------------------------------------------
# 8. UI Button Configuration
# 9. UI Button Configuration
# ----------------------------------------------------
# Main Control Buttons
@@ -349,7 +356,7 @@ SHOW_EJECT_ALL=true # Show eject all button (true|
SHOW_WB_LOCK=true # Show whiteboard lock button (true|false)
# ----------------------------------------------------
# 9. Feature Flags
# 10. Feature Flags
# ----------------------------------------------------
SURVEY_ENABLED=false # Enable post-call survey (true|false)
@@ -365,7 +372,7 @@ STATS_SRC=https://stats.mirotalk.com/script.js # Stats script URL
STATS_ID=41d26670-f275-45bb-af82-3ce91fe57756 # Stats tracking ID
# ----------------------------------------------------
# 10. Mediasoup Configuration
# 11. Mediasoup Configuration
# ----------------------------------------------------
MEDIASOUP_ROUTER_AUDIO_LEVEL_OBSERVER_ENABLED=true # Enable audio level observer (true|false)