forked from Deuxfleurs/infrastructure
9 lines
238 B
Text
9 lines
238 B
Text
|
#!/bin/bash
|
||
|
|
||
|
/srv/jicofo/jicofo.sh \
|
||
|
--host=${JITSI_PROSODY_HOST} \
|
||
|
--domain=jitsi.deuxfleurs.fr \
|
||
|
--secret=${JITSI_SECRET_JICOFO_COMPONENT} \
|
||
|
--user_domain=auth.jitsi.deuxfleurs.fr \
|
||
|
--user_password=${JITSI_SECRET_JICOFO_USER}
|