18 lines
340 B
Markdown
18 lines
340 B
Markdown
# Required variables
|
|
These variables are required. Example values included. Some general variables might also be required for this role.
|
|
|
|
```
|
|
ports:
|
|
jitsi_http: 8080
|
|
|
|
jitsi_domain: 'jitsi.domain.tld'
|
|
```
|
|
|
|
These vars are optional:
|
|
|
|
```
|
|
# for TURN, no turn server is used if not defined
|
|
turn_domain: turn.domain.tld
|
|
turn_secret: secret
|
|
```
|