update config file
This commit is contained in:
parent
ef6b6b8f3c
commit
c6541e55b2
3 changed files with 5 additions and 10 deletions
|
@ -1321,7 +1321,7 @@ metrics_flags:
|
|||
|
||||
# Whether or not to report anonymized homeserver usage statistics.
|
||||
#
|
||||
#report_stats: false
|
||||
report_stats: true
|
||||
|
||||
# The endpoint to report the anonymized homeserver usage statistics to.
|
||||
# Defaults to https://matrix.org/report-usage-stats/push
|
||||
|
@ -1707,13 +1707,13 @@ oidc_config:
|
|||
#
|
||||
# This must be configured if using the default mapping provider.
|
||||
#
|
||||
localpart_template: "{{ user.preferred_username }}"
|
||||
localpart_template: "user.preferred_username"
|
||||
|
||||
# Jinja2 template for the display name to set on first login.
|
||||
#
|
||||
# If unset, no displayname will be set.
|
||||
#
|
||||
#display_name_template: "{{ user.given_name }} {{ user.last_name }}"
|
||||
#display_name_template: "user.given_name user.last_name"
|
||||
|
||||
|
||||
|
||||
|
@ -2369,7 +2369,7 @@ encryption_enabled_by_default_for_room_type: invite
|
|||
|
||||
## Opentracing ##
|
||||
|
||||
# These settings enable opentracing, which implements distributed tracing.
|
||||
# These settings enable opentracing, which im plements distributed tracing.
|
||||
# This allows you to observe the causal chains of events across servers
|
||||
# including requests, key lookups etc., across any server running
|
||||
# synapse or any other other services which supports opentracing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue