Fix LiveKit ports

This commit is contained in:
2026-04-27 20:54:13 +03:00
Unverified
parent 2656c826cf
commit b2604ae570
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
# Local LiveKit SFU for FromChat development.
# Match keys in deployment/.env — see deployment/livekit.local.env.example
port: 7880
port: 8303
rtc:
tcp_port: 7881
tcp_port: 8304
port_range_start: 50000
port_range_end: 60000
use_external_ip: false
+1 -1
View File
@@ -4,4 +4,4 @@
LAN_IP=192.168.1.14
LIVEKIT_API_KEY=fromchat_dev
LIVEKIT_API_SECRET=local_dev_secret_must_be_at_least_32_characters_long
LIVEKIT_URL=ws://192.168.1.14:7880
LIVEKIT_URL=ws://192.168.1.14:8303