Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions charts/matrix/templates/synapse/_homeserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -904,8 +904,7 @@ max_spider_size: {{ .Values.matrix.urlPreviews.rules.maxSize }}
# The API endpoint to use for verifying m.login.recaptcha responses.
#
#recaptcha_siteverify_api: "https://www.recaptcha.net/recaptcha/api/siteverify"

{{- if .Values.coturn.enabled -}}
{{- if or .Values.coturn.enabled .Values.coturn.external -}}

## TURN ##

Expand Down
2 changes: 2 additions & 0 deletions charts/matrix/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1463,6 +1463,8 @@ element:
coturn:
# -- Set to false to disable the included deployment of Coturn
enabled: false
# -- Set to true to use an external Coturn deployment
external: false

certificate:
# -- set to true to generate a TLS certificate for encrypted comms
Expand Down
Loading