Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

13 rivejä
567 B

  1. bot:
  2. server: {{ matrix_bot_matrix_registration_bot_bot_server|to_json }}
  3. username: {{ matrix_bot_matrix_registration_bot_matrix_user_id_localpart|to_json }}
  4. access_token: {{ matrix_bot_matrix_registration_bot_bot_access_token|to_json }}
  5. api:
  6. # API endpoint of the registration tokens
  7. base_url: {{ matrix_bot_matrix_registration_bot_api_base_url|to_json }}
  8. # Access token of an administrator on the server
  9. token: {{ matrix_bot_matrix_registration_bot_api_token|to_json }}
  10. logging:
  11. level: {{ matrix_bot_matrix_registration_bot_logging_level|to_json }}