Matrix Docker Ansible eploy
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

17 lines
757 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 }}
  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 %}