Remove redundant server url from readme example

This commit is contained in:
David Baker
2023-07-17 12:41:46 +01:00
parent c99a400dd1
commit d612c6a14c

View File

@@ -97,7 +97,6 @@ To use it, add SFU parameter in your local config `./public/config.yml`:
```yaml
"livekit": {
"server_url": "ws://localhost:7880",
"jwt_service_url": "http:/localhost:8881"
},
```