Matrix Docker Ansible eploy
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 

17 lignes
763 B

  1. {#
  2. SPDX-FileCopyrightText: 2023 MDAD project contributors
  3. SPDX-License-Identifier: AGPL-3.0-or-later
  4. #}
  5. UVS_ACCESS_TOKEN={{ matrix_user_verification_service_uvs_access_token }}
  6. UVS_HOMESERVER_URL={{ matrix_user_verification_service_uvs_homeserver_url }}
  7. UVS_DISABLE_IP_BLACKLIST={{ matrix_user_verification_service_uvs_disable_ip_blacklist | to_json }}
  8. UVS_LOG_LEVEL={{ matrix_user_verification_service_uvs_log_level }}
  9. {% if matrix_user_verification_service_uvs_require_auth | bool %}
  10. UVS_AUTH_TOKEN={{ matrix_user_verification_service_uvs_auth_token }}
  11. {% endif %}
  12. {% if matrix_user_verification_service_uvs_pin_openid_verify_server_name | bool %}
  13. UVS_OPENID_VERIFY_SERVER_NAME={{ matrix_user_verification_service_uvs_openid_verify_server_name }}
  14. {% endif %}