forked from Deuxfleurs/infrastructure
8 lines
238 B
Bash
Executable file
8 lines
238 B
Bash
Executable file
#!/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}
|