Derive matrix_coturn_turn_static_auth_secret from matrix_homeserver_generic_secret_key

Doing this further simplifies examples/vars.yml.
This commit is contained in:
Slavi Pantaleev
2021-12-23 17:39:56 +02:00
parent 965890bf75
commit bbbfc0708f
2 changed files with 2 additions and 4 deletions

View File

@ -28,10 +28,6 @@ matrix_homeserver_generic_secret_key: ''
# Example value: someone@example.com
matrix_ssl_lets_encrypt_support_email: ''
# A shared secret (between Coturn and Synapse) used for authentication.
# You can put any string here, but generating a strong one is preferred (e.g. `pwgen -s 64 1`).
matrix_coturn_turn_static_auth_secret: ''
# A Postgres password to use for the superuser Postgres user (called `matrix` by default).
#
# The playbook creates additional Postgres users and databases (one for each enabled service)