hippocampus: matrix: sfu missing semicolon

This commit is contained in:
2026-02-14 15:06:15 -05:00
parent 785319fdb4
commit 5ce622865f

View File

@@ -18,7 +18,7 @@
# for RTC usage, e.g. RTMP, WHIP, etc. # for RTC usage, e.g. RTMP, WHIP, etc.
ingress = { enable = false; }; ingress = { enable = false; };
# Redis is used if we were to use ingress # Redis is used if we were to use ingress
redis = { createLocally = false }; redis = { createLocally = false; };
settings = { settings = {
port = 7375; port = 7375;
rtc = { rtc = {