jitsi: remove "end conference for all" function
This commit is contained in:
parent
be7a1e536d
commit
2e3253aab6
|
@ -47,7 +47,6 @@ resource "docker_service" "jitsi_prosody" {
|
||||||
JVB_AUTH_PASSWORD = nonsensitive(var.secrets.jvb_auth_password),
|
JVB_AUTH_PASSWORD = nonsensitive(var.secrets.jvb_auth_password),
|
||||||
JICOFO_AUTH_USER = "focus",
|
JICOFO_AUTH_USER = "focus",
|
||||||
JICOFO_AUTH_PASSWORD = nonsensitive(var.secrets.jicofo_auth_password),
|
JICOFO_AUTH_PASSWORD = nonsensitive(var.secrets.jicofo_auth_password),
|
||||||
GLOBAL_MODULES = "muc_census",
|
|
||||||
PUBLIC_URL = "https://talk.chaoswest.tv",
|
PUBLIC_URL = "https://talk.chaoswest.tv",
|
||||||
TZ = "Europe/Berlin",
|
TZ = "Europe/Berlin",
|
||||||
XMPP_DOMAIN = "meet.jitsi",
|
XMPP_DOMAIN = "meet.jitsi",
|
||||||
|
@ -56,6 +55,8 @@ resource "docker_service" "jitsi_prosody" {
|
||||||
XMPP_GUEST_DOMAIN = "guest.meet.jitsi",
|
XMPP_GUEST_DOMAIN = "guest.meet.jitsi",
|
||||||
XMPP_RECORDER_DOMAIN = "recorder.meet.jitsi",
|
XMPP_RECORDER_DOMAIN = "recorder.meet.jitsi",
|
||||||
XMPP_MUC_DOMAIN = "muc.meet.jitsi",
|
XMPP_MUC_DOMAIN = "muc.meet.jitsi",
|
||||||
|
GLOBAL_MODULES = "muc_census",
|
||||||
|
ENABLE_END_CONFERENCE = "false",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue