Replace domain.tld with example.com

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
Suguru Hirahara
2024-10-17 22:31:12 +09:00
parent ef8cf740a1
commit 288a711af6
3 changed files with 6 additions and 6 deletions

View File

@ -50,15 +50,15 @@ matrix_static_files_file_matrix_support_enabled: true
# Homeserver admin contacts as per MSC 1929 https://github.com/matrix-org/matrix-spec-proposals/pull/1929
matrix_static_files_file_matrix_support_property_m_contacts:
- matrix_id: "@admin1:{{ matrix_domain }}"
email_address: admin@domain.tld
email_address: admin@example.com
role: m.role.admin
- matrix_id: "@admin2:{{ matrix_domain }}"
email_address: admin2@domain.tld
email_address: admin2@example.com
role: m.role.admin
- email_address: security@domain.tld
- email_address: security@example.com
role: m.role.security
matrix_static_files_file_matrix_support_property_m_support_page: "https://example.domain.tld/support"
matrix_static_files_file_matrix_support_property_m_support_page: "https://example.example.com/support"
```
To learn how to set up `/.well-known/matrix/support` for the base domain, read the Installing section below.