25 lines
717 B
YAML
25 lines
717 B
YAML
# LiveKit dev config. Keys must match what the `mint-livekit-token` edge
|
|
# function signs. NEVER reuse these in prod — they're shared publicly here
|
|
# only because this is a dev container on localhost.
|
|
|
|
port: 7880
|
|
log_level: info
|
|
|
|
rtc:
|
|
tcp_port: 7881
|
|
port_range_start: 50000
|
|
port_range_end: 50100
|
|
use_external_ip: false
|
|
# For dev on macOS + Docker Desktop the host-networking mode maps UDP
|
|
# directly, so announce 127.0.0.1 so the client connects back to the
|
|
# loopback interface instead of the container IP.
|
|
node_ip: 127.0.0.1
|
|
|
|
# Dev credentials.
|
|
keys:
|
|
devkey: devsecret-at-least-32-bytes-long-please
|
|
|
|
# Built-in STUN. We run coturn alongside anyway for the realistic flow.
|
|
turn:
|
|
enabled: false
|