diff options
author | Quentin <quentin@deuxfleurs.fr> | 2021-02-01 10:26:26 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2021-02-01 10:26:26 +0100 |
commit | 9337129336ad95685e2402b4dd804d16a9e47422 (patch) | |
tree | da8e7904dfd8e1a888d1f8162be647a3e4ed1d8b /app/jitsi/config | |
parent | 088c9df20ce62019244b71120edef9b9bded9523 (diff) | |
download | infrastructure-9337129336ad95685e2402b4dd804d16a9e47422.tar.gz infrastructure-9337129336ad95685e2402b4dd804d16a9e47422.zip |
Fix typos in the service file
Diffstat (limited to 'app/jitsi/config')
-rw-r--r-- | app/jitsi/config/jicofo.conf | 2 | ||||
-rw-r--r-- | app/jitsi/config/videobridge.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/jitsi/config/jicofo.conf b/app/jitsi/config/jicofo.conf index 1d33b9c..cde4eb6 100644 --- a/app/jitsi/config/jicofo.conf +++ b/app/jitsi/config/jicofo.conf @@ -243,7 +243,7 @@ jicofo { port = {{ env "NOMAD_PORT_xmpp_port" }} domain = "auth.jitsi" username = "focus" - password = {{ key "secrets/jitsi/jitsi_secret_jicofo_user" }} + password = {{ key "secrets/jitsi/jicofo_pass" }} // How long to wait for a response to a stanza before giving up. reply-timeout = 15 seconds diff --git a/app/jitsi/config/videobridge.conf b/app/jitsi/config/videobridge.conf index 9307945..7f85f3c 100644 --- a/app/jitsi/config/videobridge.conf +++ b/app/jitsi/config/videobridge.conf @@ -66,7 +66,7 @@ videobridge { port = {{ env "NOMAD_PORT_xmpp_port" }} domain = "auth.jitsi" username = "jvb" - password = "{{ key "secrets/jitsi/jitsi_secret_jvb_user" }}" + password = "{{ key "secrets/jitsi/jvb_pass" }}" muc_jids = "jvbbrewery@internal.auth.jitsi" # The muc_nickname must be unique across all jitsi-videobridge instances muc_nickname = "unique-jvb-server" |