6799809b6b
For now, we will not rebuild livekit, but rather use the precompiled project binaries. As per BBB convention, this package provides an immutable default configuration file which gets merged with a user-modifiable file in /etc/bigbluebutton.
13 lines
288 B
YAML
13 lines
288 B
YAML
port: 7880
|
|
log_level: debug
|
|
# when enabled, LiveKit will expose prometheus metrics on :6789/metrics
|
|
#prometheus_port: 6789
|
|
rtc:
|
|
port_range_start: 16384
|
|
port_range_end: 32768
|
|
use_external_ip: false
|
|
redis:
|
|
# # redis is recommended for production deploys
|
|
# address: servername:6379
|
|
|