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:
@@ -131,7 +131,7 @@ advertises one in the client well-known, this will not be used.)
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
"livekit": {
|
"livekit": {
|
||||||
"livekit_service_url": "http://localhost:8881"
|
"livekit_service_url": "http://localhost:7881"
|
||||||
},
|
},
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -5,5 +5,8 @@
|
|||||||
"server_name": "call.ems.host"
|
"server_name": "call.ems.host"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"livekit": {
|
||||||
|
"livekit_service_url": "http://localhost:7881"
|
||||||
|
},
|
||||||
"eula": "https://static.element.io/legal/online-EULA.pdf"
|
"eula": "https://static.element.io/legal/online-EULA.pdf"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user