fix listen videobridge management

This commit is contained in:
Quentin 2024-09-20 10:45:11 +02:00
parent e204c3e563
commit ac4ca90eca
Signed by: quentin
GPG key ID: E9602264D639FF68

View file

@ -115,7 +115,7 @@ videobridge {
# (e.g. health or debug stats) # (e.g. health or debug stats)
private { private {
# See JettyBundleActivatorConfig in Jicoco for values # See JettyBundleActivatorConfig in Jicoco for values
host = 127.0.0.1 host = 0.0.0.0
port = {{ env "NOMAD_PORT_management_port" }} port = {{ env "NOMAD_PORT_management_port" }}
} }
} }