From 146aa497f9ad6a8a110451a3a72133926ebba186 Mon Sep 17 00:00:00 2001 From: wangchuxiao Date: Tue, 5 Apr 2022 12:09:55 +0800 Subject: [PATCH] tag and set private tips --- pkg/common/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/common/config/config.go b/pkg/common/config/config.go index d93385632..3c597fbbf 100644 --- a/pkg/common/config/config.go +++ b/pkg/common/config/config.go @@ -378,7 +378,7 @@ type config struct { } } Rtc struct { - Port int `yaml:"rtcPort"` + Port int `yaml:"port"` Address string `yaml:"address"` } `yaml:"rtc"` }