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/jicofo.conf | |
parent | 088c9df20ce62019244b71120edef9b9bded9523 (diff) | |
download | infrastructure-9337129336ad95685e2402b4dd804d16a9e47422.tar.gz infrastructure-9337129336ad95685e2402b4dd804d16a9e47422.zip |
Fix typos in the service file
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 |