mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
Fix LiveKit ports
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
# Local LiveKit SFU for FromChat development.
|
# Local LiveKit SFU for FromChat development.
|
||||||
# Match keys in deployment/.env — see deployment/livekit.local.env.example
|
# Match keys in deployment/.env — see deployment/livekit.local.env.example
|
||||||
port: 7880
|
port: 8303
|
||||||
|
|
||||||
rtc:
|
rtc:
|
||||||
tcp_port: 7881
|
tcp_port: 8304
|
||||||
port_range_start: 50000
|
port_range_start: 50000
|
||||||
port_range_end: 60000
|
port_range_end: 60000
|
||||||
use_external_ip: false
|
use_external_ip: false
|
||||||
|
|||||||
@@ -4,4 +4,4 @@
|
|||||||
LAN_IP=192.168.1.14
|
LAN_IP=192.168.1.14
|
||||||
LIVEKIT_API_KEY=fromchat_dev
|
LIVEKIT_API_KEY=fromchat_dev
|
||||||
LIVEKIT_API_SECRET=local_dev_secret_must_be_at_least_32_characters_long
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user