upgarde jitsi config

This commit is contained in:
Quentin 2023-02-02 08:48:19 +01:00
parent 535b28945d
commit 6445d55e3e
Signed by: quentin
GPG Key ID: E9602264D639FF68
2 changed files with 3 additions and 3 deletions

View File

@ -62,8 +62,8 @@ videobridge {
configs {
unique-xmpp-server {
hostname="{{ env "NOMAD_IP_xmpp_port" }}"
port = {{ env "NOMAD_PORT_xmpp_port" }}
hostname= xmpp-jitsi.service.prod.consul
port = 5223
domain = "auth.jitsi"
username = "jvb"
password = "{{ key "secrets/jitsi/jvb_pass" | trimSpace }}"

View File

@ -13,7 +13,7 @@ job "jitsi" {
network {
port "bosh_port" { }
port "xmpp_port" { }
port "xmpp_port" { static = 5223 }
port "https_port" { }
}