hippocampus: matrix: rtc: whoops, start<->end
This commit is contained in:
@@ -18,14 +18,14 @@
|
||||
# for RTC usage, e.g. RTMP, WHIP, etc.
|
||||
ingress = { enable = false; };
|
||||
# Redis is used if we were to use ingress
|
||||
redis = { createLocally = false; };
|
||||
# redis = { };
|
||||
settings = {
|
||||
port = 7375;
|
||||
bind_addresses = [""];
|
||||
rtc = {
|
||||
port = 7376;
|
||||
port_range_end = 50100;
|
||||
port_range_start = 50200;
|
||||
tcp_port = 7376;
|
||||
port_range_start = 50100;
|
||||
port_range_end = 50200;
|
||||
use_external_ip = true;
|
||||
enable_loopback_candidate = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user