Update README with new dev backend instructions.

This commit is contained in:
David Baker
2023-07-13 09:55:33 +01:00
parent 6117b42a4e
commit 4a4c66caf2

View File

@@ -88,15 +88,12 @@ yarn dev
### Backend
Add in you `.env` in root dir with:
A docker compose file is provided to start a LiveKit server and auth
service for development. These use a test 'secret' published in this
repository, so this must be used only for local development and
***never be exposed to the public Internet.***
```yaml
# Develop backend settings:
LIVEKIT_KEY="devkey"
LIVEKIT_SECRET="secret"
```
Add SFU parameter in your local config `./public/config.yml`:
To use it, add SFU parameter in your local config `./public/config.yml`:
```yaml
"livekit": {