7d3333bbff
Release / build (aarch64, true, ubuntu-latest, sudo apt-get install -y rsync, stable, aarch64-unknown-linux-musl) (push) Has been cancelled
Release / build (arm-v7, true, ubuntu-latest, sudo apt-get install -y rsync, stable, armv7-unknown-linux-musleabihf) (push) Has been cancelled
Release / build (linux, ubuntu-latest, sudo apt-get install -y rsync, stable, x86_64-unknown-linux-musl) (push) Has been cancelled
Release / build (macos, macos-latest, brew install rsync, stable, x86_64-apple-darwin) (push) Has been cancelled
Release / release (push) Has been cancelled
Release / add (aarch64, true, ubuntu-latest, stable, aarch64-unknown-linux-musl) (push) Has been cancelled
Release / add (arm-v7, true, ubuntu-latest, stable, armv7-unknown-linux-musleabihf) (push) Has been cancelled
Release / add (linux, ubuntu-latest, stable, x86_64-unknown-linux-musl) (push) Has been cancelled
Release / add (macos, macos-latest, stable, x86_64-apple-darwin) (push) Has been cancelled
27 lines
606 B
YAML
27 lines
606 B
YAML
# 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
|