From 9337129336ad95685e2402b4dd804d16a9e47422 Mon Sep 17 00:00:00 2001 From: Quentin Date: Mon, 1 Feb 2021 10:26:26 +0100 Subject: Fix typos in the service file --- app/jitsi/config/jicofo.conf | 2 +- app/jitsi/config/videobridge.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'app/jitsi/config') 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" -- cgit v1.2.3