Fix conf links

This commit is contained in:
Quentin 2021-01-20 15:54:17 +01:00
parent 031f31e91e
commit 3e7dc8b49d
1 changed files with 3 additions and 8 deletions

View File

@ -1,9 +1,4 @@
Extract conf templates:
Base conf:
```bash
sudo docker-compose run jitsi-conference-focus bash -c \
'apt-get update && apt-get install -y unzip && unzip /srv/jicofo/jicofo.jar && cat reference.conf'
sudo docker-compose run jitsi-videobridge bash -c \
'apt-get update && apt-get install -y unzip && unzip /srv/jvb/jitsi-videobridge.jar && cat reference.conf'
```
- [videobridge.conf](https://github.com/jitsi/jitsi-videobridge/blob/master/jvb/src/main/resources/reference.conf)
- [jicofo.conf](https://github.com/jitsi/jicofo/blob/master/src/main/resources/reference.conf)