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 {
|
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 }}"
|
||||||
|
|
|
@ -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" { }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue