diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-03-27 22:48:12 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-03-27 22:48:12 +0100 |
commit | 395437ebb91aad86bd7a92514146e7661568e8d8 (patch) | |
tree | 55b7e31d625935b1cf753c13f7c9bfce95cf7726 /consul/secrets | |
parent | abf0b925cc79483cac8b4338f2be83bc7e17f8b3 (diff) | |
download | infrastructure-395437ebb91aad86bd7a92514146e7661568e8d8.tar.gz infrastructure-395437ebb91aad86bd7a92514146e7661568e8d8.zip |
Still fixing jitsi nomad service
Diffstat (limited to 'consul/secrets')
-rw-r--r-- | consul/secrets/jitsi/global_env.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/consul/secrets/jitsi/global_env.sample b/consul/secrets/jitsi/global_env.sample index 3c0f84a..658c9c9 100644 --- a/consul/secrets/jitsi/global_env.sample +++ b/consul/secrets/jitsi/global_env.sample @@ -6,4 +6,4 @@ JITSI_PROSODY_BOSH_HOST=127.0.0.1 JITSI_PROSODY_HOST=127.0.0.1 JITSI_CERTS_FOLDER=/secrets/certs/ JITSI_NAT_PUBLIC_IP=redacted -JITSI_NAT_LOCAL_IP={{ env "NOMAD_IP_videobridge_video1_port" }} +JITSI_NAT_LOCAL_IP={{ env "NOMAD_IP_video1_port" }} |