Przeglądaj źródła

Add support for Microsoft OIDC

pull/2913/head
Tomas Kracmar 2 lat temu
rodzic
commit
c551069da8
1 zmienionych plików z 9 dodań i 0 usunięć
  1. +9
    -0
      roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2

+ 9
- 0
roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2 Wyświetl plik

@@ -642,6 +642,15 @@ retention:
# - shortest_max_lifetime: 3d
# interval: 1d

{% if matrix_synapse_retention_policy_enabled %}
enabled: true
default_policy:
min_lifetime: {{ matrix_synapse_retention_policy_min_lifetime | string }}
max_lifetime: {{ matrix_synapse_retention_policy_max_lifetime | string }}

allowed_lifetime_min: {{ matrix_synapse_retention_policy_allowed_min_lifetime | string }}
allowed_lifetime_max: {{ matrix_synapse_retention_policy_allowed_max_lifetime | string }}
{% endif %}

## TLS ##



Ładowanie…
Anuluj
Zapisz