Fix url schema
This commit is contained in:
parent
e13da49943
commit
f225e7f4b1
|
@ -405,7 +405,7 @@ INOT_RSYNC
|
||||||
|
|
||||||
mkdir /var/log/$NJN_USER
|
mkdir /var/log/$NJN_USER
|
||||||
|
|
||||||
cat << LOG_ROT >> /etc/logrotate.d/$NJN_USER
|
cat << LOG_ROT > /etc/logrotate.d/$NJN_USER
|
||||||
/var/log/$NJN_USER/*.log {
|
/var/log/$NJN_USER/*.log {
|
||||||
monthly
|
monthly
|
||||||
missingok
|
missingok
|
||||||
|
|
|
@ -704,6 +704,7 @@ prosodyctl register recorder recorder.$DOMAIN $JB_REC_PASS
|
||||||
# /etc/jitsi/jicofo/sip-communicator.properties
|
# /etc/jitsi/jicofo/sip-communicator.properties
|
||||||
cat << BREWERY >> $JICOFO_SIP
|
cat << BREWERY >> $JICOFO_SIP
|
||||||
#org.jitsi.jicofo.auth.URL=XMPP:$DOMAIN
|
#org.jitsi.jicofo.auth.URL=XMPP:$DOMAIN
|
||||||
|
#org.jitsi.jicofo.auth.URL=EXT_JWT:$DOMAIN
|
||||||
org.jitsi.jicofo.jibri.BREWERY=$JibriBrewery@internal.auth.$DOMAIN
|
org.jitsi.jicofo.jibri.BREWERY=$JibriBrewery@internal.auth.$DOMAIN
|
||||||
org.jitsi.jicofo.jibri.PENDING_TIMEOUT=90
|
org.jitsi.jicofo.jibri.PENDING_TIMEOUT=90
|
||||||
#org.jitsi.jicofo.auth.DISABLE_AUTOLOGIN=true
|
#org.jitsi.jicofo.auth.DISABLE_AUTOLOGIN=true
|
||||||
|
|
Loading…
Reference in New Issue