forked from Deuxfleurs/nixcfg
upgarde jitsi config
This commit is contained in:
parent
535b28945d
commit
6445d55e3e
2 changed files with 3 additions and 3 deletions
|
@ -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 }}"
|
||||
|
|
|
@ -13,7 +13,7 @@ job "jitsi" {
|
|||
|
||||
network {
|
||||
port "bosh_port" { }
|
||||
port "xmpp_port" { }
|
||||
port "xmpp_port" { static = 5223 }
|
||||
port "https_port" { }
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue