@@ -29,8 +29,8 @@ rpc:
- 11200
rtc:
- url:
+ Url:
- ws://localhost:7880 # External Address
# innerUrl: ws://localhost:7880 # Internal Address
- apiKey: "APIGPxHjU9iCgGo"
- apiSecret: "5XsotiNCkAkW2nrGeAt48aWxnwHjAnrX1aeRFo9tuKI"
+ ApiKey: "APIGPxHjU9iCgGo"
+ ApiSecret: "5XsotiNCkAkW2nrGeAt48aWxnwHjAnrX1aeRFo9tuKI"
@@ -13,6 +13,6 @@ type Config struct {
type Rtc struct {
Url string
- apiKey string
- apiSecret string
+ ApiKey string
+ ApiSecret string
}