Skip to content

Commit

Permalink
Add missing JVB variables to the values table
Browse files Browse the repository at this point in the history
  • Loading branch information
spijet committed Apr 22, 2024
1 parent 26df52d commit df15fbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,8 @@ Parameter | Description | Default
`jicofo.xmpp.password` | Password used by jicofo to authenticate on the XMPP service | 10 random chars
`jicofo.xmpp.componentSecret` | Values of the secret used by jicofo for the xmpp-component | 10 random chars
`jvb.publicIPs` | List of IP addresses for JVB to announce to clients | `(unset)`
`jvb.useNodeIP` | Auto-detect external IP address based on the Node IP | `false`
`jvb.stunServers` | List of STUN/TURN servers to announce to the users | `meet-jit-si-turnrelay.jitsi.net:443`
`jvb.service.enabled` | Boolean to enable os disable the jvb service creation | `false` if `jvb.useHostPort` is `true` otherwise `true`
`jvb.service.type` | Type of the jvb service | `ClusterIP`
`jvb.UDPPort` | UDP port used by jvb, also affects port of service, and hostPort | `10000`
Expand Down

0 comments on commit df15fbc

Please sign in to comment.