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 { configs {
unique-xmpp-server { unique-xmpp-server {
hostname="{{ env "NOMAD_IP_xmpp_port" }}" hostname= xmpp-jitsi.service.prod.consul
port = {{ env "NOMAD_PORT_xmpp_port" }} port = 5223
domain = "auth.jitsi" domain = "auth.jitsi"
username = "jvb" username = "jvb"
password = "{{ key "secrets/jitsi/jvb_pass" | trimSpace }}" password = "{{ key "secrets/jitsi/jvb_pass" | trimSpace }}"

View file

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