瀏覽代碼

add redis config

davy66666 1 月之前
父節點
當前提交
6a96afbbab
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      internal/config/config.go

+ 1 - 1
internal/config/config.go

@@ -12,7 +12,7 @@ type Config struct {
 }
 
 type Rtc struct {
-	Url       string
+	Url       []string
 	ApiKey    string
 	ApiSecret string
 }