diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-09-20 10:39:36 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-09-20 10:39:36 +0200 |
commit | e204c3e563d3033db6b75a2875475e95be3b2a16 (patch) | |
tree | b8dd41dd2306e2c2ec8d67e432616da8eab6d70a /cluster/prod/app/jitsi/config | |
parent | e81a6ccff028392f8d654345774f5029486b6175 (diff) | |
download | nixcfg-e204c3e563d3033db6b75a2875475e95be3b2a16.tar.gz nixcfg-e204c3e563d3033db6b75a2875475e95be3b2a16.zip |
activate management in jitsi
Diffstat (limited to 'cluster/prod/app/jitsi/config')
-rw-r--r-- | cluster/prod/app/jitsi/config/videobridge.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cluster/prod/app/jitsi/config/videobridge.conf b/cluster/prod/app/jitsi/config/videobridge.conf index 0622c76..e3826c2 100644 --- a/cluster/prod/app/jitsi/config/videobridge.conf +++ b/cluster/prod/app/jitsi/config/videobridge.conf @@ -116,6 +116,7 @@ videobridge { private { # See JettyBundleActivatorConfig in Jicoco for values host = 127.0.0.1 + port = {{ env "NOMAD_PORT_management_port" }} } } octo { |