Skip to content

Commit 0250d8c

Browse files
authored
Merge pull request #550 from element-hq/bbz/fix-sfu-warnings
Remove warning about deprecated config value in Matrix RTC SFU.
2 parents 846864f + fb15a29 commit 0250d8c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

charts/matrix-stack/configs/matrix-rtc/sfu/config-overrides.yaml.tpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ SPDX-License-Identifier: AGPL-3.0-only
99

1010
port: 7880
1111

12-
prometheus_port: 6789
12+
prometheus:
13+
port: 6789
1314

1415
# Logging config
1516
logging:

newsfragments/550.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove warning about deprecated `prometheus_port` config value in Matrix RTC SFU.

0 commit comments

Comments
 (0)