2017-07-31 20:07:30 +00:00
|
|
|
# This is something which is provided to Let's Encrypt
|
|
|
|
# when retrieving the SSL certificates for `<your-domain>`.
|
|
|
|
#
|
|
|
|
# In case SSL renewal fails at some point, you'll also get
|
|
|
|
# an email notification there.
|
|
|
|
#
|
|
|
|
# Example value: someone@example.com
|
2017-09-11 20:50:14 +00:00
|
|
|
host_specific_matrix_ssl_support_email: YOUR_EMAIL_ADDRESS_HERE
|
2017-07-31 20:07:30 +00:00
|
|
|
|
|
|
|
# This is your bare domain name (`<your-domain`).
|
|
|
|
#
|
|
|
|
# Note: the server specified here is not touched.
|
|
|
|
#
|
|
|
|
# This playbook only installs to `matrix.<your-domain>`,
|
|
|
|
# but it nevertheless requires to know the bare domain name
|
|
|
|
# (for configuration purposes).
|
|
|
|
#
|
|
|
|
# Example value: example.com
|
2018-05-25 18:58:53 +00:00
|
|
|
host_specific_hostname_identity: YOUR_BARE_DOMAIN_NAME_HERE
|
|
|
|
|
|
|
|
# A shared secret (between Synapse and Coturn) used for authentication.
|
|
|
|
# You can put any string here, but generating a strong one is preferred (e.g. `pwgen -s 64 1`).
|
2018-06-26 18:05:59 +00:00
|
|
|
matrix_coturn_turn_static_auth_secret: ""
|
|
|
|
|
|
|
|
# A secret used to protect access keys issued by the server.
|
|
|
|
# You can put any string here, but generating a strong one is preferred (e.g. `pwgen -s 64 1`).
|
2018-09-01 15:51:07 +00:00
|
|
|
matrix_synapse_macaroon_secret_key: ""
|
|
|
|
|