Matrix Docker Ansible eploy
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 

23 linhas
747 B

  1. {#
  2. SPDX-FileCopyrightText: 2024 MDAD Team and contributors
  3. SPDX-License-Identifier: AGPL-3.0-or-later
  4. #}
  5. bot:
  6. server: {{ matrix_bot_matrix_registration_bot_bot_server|to_json }}
  7. username: {{ matrix_bot_matrix_registration_bot_matrix_user_id_localpart|to_json }}
  8. password: {{ matrix_bot_matrix_registration_bot_bot_password|to_json }}
  9. api:
  10. # API endpoint of the registration tokens
  11. base_url: {{ matrix_bot_matrix_registration_bot_api_base_url|to_json }}
  12. # Access token of an administrator on the server
  13. {% if matrix_bot_matrix_registration_bot_api_token | length > 0 %}
  14. token: {{ matrix_bot_matrix_registration_bot_api_token|to_json }}
  15. {% endif %}
  16. logging:
  17. level: {{ matrix_bot_matrix_registration_bot_logging_level|to_json }}