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.
ingress = { enable = false; };
# Redis is used if we were to use ingress
redis = { createLocally = false };
redis = { createLocally = false; };
settings = {
port = 7375;
rtc = {