mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-24 00:38:31 +08:00
Update sample config with livekit (rebase on livekit) (#2483)
* Update sample cfg with livekit config * matching ports in readme and example --------- Co-authored-by: xmj <xmj@chaot.net>
This commit is contained in:
parent
d8634eed3d
commit
d53ad9a8f3
@ -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"
|
||||
},
|
||||
```
|
||||
|
||||
|
@ -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 New Issue
Block a user