ansible-roles/webapps/jitsimeet/templates/videobridge/jvb.conf.j2

21 lines
323 B
Plaintext
Raw Normal View History

2023-05-18 21:51:49 +02:00
videobridge {
http-servers {
public {
port = 9090
}
private {
port = 8080
}
2023-05-18 21:51:49 +02:00
}
websockets {
enabled = true
domain = "{{ domains | first }}:443"
tls = true
}
apis {
rest {
enabled = true
}
}
2023-05-18 21:51:49 +02:00
}