Update README with new dev backend instructions.
This commit is contained in:
13
README.md
13
README.md
@@ -88,15 +88,12 @@ yarn dev
|
|||||||
|
|
||||||
### Backend
|
### 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
|
To use it, add SFU parameter in your local config `./public/config.yml`:
|
||||||
# Develop backend settings:
|
|
||||||
LIVEKIT_KEY="devkey"
|
|
||||||
LIVEKIT_SECRET="secret"
|
|
||||||
```
|
|
||||||
|
|
||||||
Add SFU parameter in your local config `./public/config.yml`:
|
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
"livekit": {
|
"livekit": {
|
||||||
|
|||||||
Reference in New Issue
Block a user