Aaron Raimist
před 6 roky
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: 37419210002890EF
1 změnil soubory, kde provedl
10 přidání a
0 odebrání
-
roles/matrix-base/templates/static-files/well-known/matrix-client.j2
|
|
|
@@ -8,4 +8,14 @@ |
|
|
|
"base_url": "{{ matrix_identity_server_url }}" |
|
|
|
} |
|
|
|
{% endif %} |
|
|
|
{% if matrix_dimension_integrations_rest_url and matrix_dimension_integrations_ui_url %}, |
|
|
|
"m.integrations": { |
|
|
|
"managers": [ |
|
|
|
{ |
|
|
|
"api_url": "{{ matrix_dimension_integrations_rest_url }}", |
|
|
|
"ui_url": "{{ matrix_dimension_integrations_ui_url }}" |
|
|
|
} |
|
|
|
] |
|
|
|
} |
|
|
|
{% endif %} |
|
|
|
} |