Browse Source

add redis config

davy66666 1 month ago
parent
commit
6a96afbbab
1 changed files with 1 additions and 1 deletions
  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
 }