mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
feat: add coturn configurations (#143)
* feat: add coturn changes * add turn credentials and config * fix: fix setup_remote script and docker compose
This commit is contained in:
parent
7e438ad049
commit
bf972fcfec
13 changed files with 470 additions and 86 deletions
|
|
@ -32,3 +32,12 @@ ENABLE_TRACING=false
|
|||
# LANGFUSE_SECRET_KEY="sk-lf-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
||||
# LANGFUSE_PUBLIC_KEY="pk-lf-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
||||
# LANGFUSE_HOST="https://cloud.langfuse.com"
|
||||
|
||||
# TURN Server Configuration (for WebRTC NAT traversal)
|
||||
# Required for reliable WebRTC connections behind firewalls/NAT
|
||||
# Uses time-limited credentials (TURN REST API) for security
|
||||
TURN_HOST=localhost
|
||||
TURN_SECRET=dograh-turn-secret-change-in-production
|
||||
# TURN_PORT=3478 # Default: 3478
|
||||
# TURN_TLS_PORT=5349 # Default: 5349
|
||||
# TURN_CREDENTIAL_TTL=86400 # Default: 24 hours in seconds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue