Matrix Docker Ansible eploy
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 

17 righe
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 %}