mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
13 lines
310 B
YAML
13 lines
310 B
YAML
# Local LiveKit SFU for FromChat development.
|
|
# Match keys in deployment/.env — see deployment/livekit.local.env.example
|
|
port: 7880
|
|
|
|
rtc:
|
|
tcp_port: 7881
|
|
port_range_start: 50000
|
|
port_range_end: 60000
|
|
use_external_ip: false
|
|
|
|
keys:
|
|
fromchat_dev: "local_dev_secret_must_be_at_least_32_characters_long"
|