misc: all variables moved to .env file for fully customization of jitsi-meet service domains
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
df36d71542
commit
fb93051bea
@@ -84,6 +84,12 @@ TZ=Europe/Amsterdam
|
||||
# Internal XMPP domain.
|
||||
XMPP_DOMAIN=meet.jitsi
|
||||
|
||||
# Internal XMPP server
|
||||
XMPP_SERVER=xmpp.meet.jitsi
|
||||
|
||||
# Internal XMPP server URL
|
||||
XMPP_BOSH_URL_BASE=http://xmpp.meet.jitsi:5280
|
||||
|
||||
# Internal XMPP domain for authenticated services.
|
||||
XMPP_AUTH_DOMAIN=auth.meet.jitsi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user