Update README & sample cfg with livekit config
In line with the livekit updates to GroupCallView etc, modify README.md and the sample config file to contain a working configuration sample for LiveKit.
This commit is contained in:
parent
df04dc6065
commit
b7e0410150
2 changed files with 10 additions and 7 deletions
14
README.md
14
README.md
|
@ -90,19 +90,19 @@ yarn dev
|
|||
|
||||
Add in you `.env` in root dir with:
|
||||
|
||||
```yaml
|
||||
```shell
|
||||
# Develop backend settings:
|
||||
LIVEKIT_KEY="devkey"
|
||||
LIVEKIT_SECRET="secret"
|
||||
```
|
||||
|
||||
Add SFU parameter in your local config `./public/config.yml`:
|
||||
Add SFU parameter in your local config `./public/config.json`:
|
||||
|
||||
```yaml
|
||||
"livekit": {
|
||||
"server_url": "ws://localhost:7880",
|
||||
"jwt_service_url": "http:/localhost:8881"
|
||||
},
|
||||
```json
|
||||
,
|
||||
"livekit": {
|
||||
"livekit_service_url": "http://localhost:7881"
|
||||
}
|
||||
```
|
||||
|
||||
Run backend components:
|
||||
|
|
|
@ -5,5 +5,8 @@
|
|||
"server_name": "call.ems.host"
|
||||
}
|
||||
},
|
||||
"livekit": {
|
||||
"livekit_service_url": "http://localhost:7881"
|
||||
},
|
||||
"eula": "https://static.element.io/legal/online-EULA.pdf"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue