Selaa lähdekoodia

add redis config

davy66666 1 kuukausi sitten
vanhempi
commit
6a96afbbab
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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
 }