diff options
Diffstat (limited to 'app/jitsi/config/jicofo.conf')
-rw-r--r-- | app/jitsi/config/jicofo.conf | 2 |
1 files changed, 1 insertions, 1 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 |