mirror of
https://github.com/YunoHost-Apps/jitsi_ynh.git
synced 2024-09-03 19:35:57 +02:00
13 lines
191 B
Text
13 lines
191 B
Text
|
videobridge {
|
||
|
http-servers {
|
||
|
public {
|
||
|
port = 9090
|
||
|
}
|
||
|
}
|
||
|
websockets {
|
||
|
enabled = true
|
||
|
domain = "__DOMAIN__:443"
|
||
|
tls = true
|
||
|
}
|
||
|
}
|