Skip to content

Commit

Permalink
Update sample config with livekit (rebase on livekit) (#2483)
Browse files Browse the repository at this point in the history
* Update sample cfg with livekit config

* matching ports in readme and example

---------

Co-authored-by: xmj <xmj@chaot.net>
  • Loading branch information
toger5 and xmj authored Jul 18, 2024
1 parent d8634ee commit d53ad9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ advertises one in the client well-known, this will not be used.)

```json
"livekit": {
"livekit_service_url": "http://localhost:8881"
"livekit_service_url": "http://localhost:7881"
},
```

Expand Down
3 changes: 3 additions & 0 deletions config/config.sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit d53ad9a

Please sign in to comment.