# LiveKit Server Configuration # Docs: https://docs.livekit.io/oss/deployment/configuration port: 7880 rtc: port_range_start: 50000 port_range_end: 50100 tcp_port: 7881 use_external_ip: false # API key/secret pairs for JWT authentication. # Generate your own: docker run --rm livekit/livekit-server generate-keys # Then replace the key and secret below, and enter the same values in # VoceChat admin -> Settings -> video (LiveKit). keys: coldbreeze: CHANGE_ME_TO_YOUR_GENERATED_SECRET logging: level: info json: false room: auto_create: true empty_timeout: 300 max_participants: 0