Просмотр исходного кода

Update homeserver.yaml with new options from Synapse v1.2.0

Related to #223 (Github Pull Request)
pull/224/head
Slavi Pantaleev 6 лет назад
Родитель
Сommit
255b67a0ce
1 измененных файлов: 35 добавлений и 0 удалений
  1. +35
    -0
      roles/matrix-synapse/templates/synapse/homeserver.yaml.j2

+ 35
- 0
roles/matrix-synapse/templates/synapse/homeserver.yaml.j2 Просмотреть файл

@@ -797,6 +797,17 @@ enable_registration: {{ matrix_synapse_enable_registration|to_json }}
# renew_at: 1w # renew_at: 1w
# renew_email_subject: "Renew your %(app)s account" # renew_email_subject: "Renew your %(app)s account"


# Time that a user's session remains valid for, after they log in.
#
# Note that this is not currently compatible with guest logins.
#
# Note also that this is calculated at login time: changes are not applied
# retrospectively to users who have already logged in.
#
# By default, this is infinite.
#
#session_lifetime: 24h

# The user must provide all of the below types of 3PID when registering. # The user must provide all of the below types of 3PID when registering.
# #
#registrations_require_3pid: #registrations_require_3pid:
@@ -1474,3 +1485,27 @@ room_list_publication_rules: {{ matrix_synapse_room_list_publication_rules|to_js
# module: "my_custom_project.SuperRulesSet" # module: "my_custom_project.SuperRulesSet"
# config: # config:
# example_option: 'things' # example_option: 'things'


## Opentracing ##

# These settings enable opentracing, which implements 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
# (specifically those implemented with Jaeger).
#
opentracing:
# tracing is disabled by default. Uncomment the following line to enable it.
#
#enabled: true

# The list of homeservers we wish to send and receive span contexts and span baggage.
# See docs/opentracing.rst
# This is a list of regexes which are matched against the server_name of the
# homeserver.
#
# By defult, it is empty, so no servers are matched.
#
#homeserver_whitelist:
# - ".*"

Загрузка…
Отмена
Сохранить