forked from Deuxfleurs/infrastructure
Fix conf links
This commit is contained in:
parent
031f31e91e
commit
3e7dc8b49d
1 changed files with 3 additions and 8 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue