[mirotalksfu] - update env, config and deps

هذا الالتزام موجود في:
Miroslav Pejic
2025-06-06 18:42:13 +02:00
الأصل c3bbceae7e
التزام 561dfb474d
7 ملفات معدلة مع 25 إضافات و19 حذوفات

عرض الملف

@@ -101,7 +101,7 @@ HOST_PROTECTED=false # Enable host protection (true
HOST_USER_AUTH=false # Enable user authentication (true|false)
# Host users - Define host users in the format: username:password:displayName:allowedRooms (room1,room2...)
HOST_USERS="username:password:user:*|admin:admin:Admin:room1,room2|guest:guest:Guest:room1,room1"
HOST_USERS="username:password:User:*|admin:admin:Admin:room1,room2|guest:guest:Guest:room1,room1"
# Endpoints
HOST_USERS_FROM_DB=false # Use DB for user auth (true|false)
@@ -120,8 +120,14 @@ PRESENTER_JOIN_FIRST=true # First joiner becomes present
# 5. API Configuration
# ----------------------------------------------------
API_SECRET=mirotalksfu_default_secret # Secret for API authentication
API_KEY_SECRET=mirotalksfu_default_secret # Secret for API authentication
API_ALLOW_STATS=true # Enable stats API (true|false)
API_ALLOW_MEETINGS=false # Allow meetings API endpoint (true|false)
API_ALLOW_MEETING=true # Allow single meeting API endpoint (true|false)
API_ALLOW_JOIN=true # Allow join API endpoint (true|false)
API_ALLOW_TOKEN=false # Allow token-based API authentication (true|false)
API_ALLOW_SLACK=true # Allow Slack integration via API (true|false)
API_ALLOW_MATTERMOST=true # Allow Mattermost integration via API (true|false)
# ----------------------------------------------------
# 6. Third-Party Integrations