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.
 
 

17 lines
318 B

  1. {#
  2. SPDX-FileCopyrightText: 2024 Slavi Pantaleev
  3. SPDX-License-Identifier: AGPL-3.0-or-later
  4. #}
  5. [Default]
  6. LogLevel = {{ matrix_pantalaimon_log_level }}
  7. [homeserver]
  8. Homeserver = {{ matrix_pantalaimon_homeserver_url }}
  9. ListenAddress = 0.0.0.0
  10. ListenPort = 8009
  11. SSL = False
  12. UseKeyring = False
  13. IgnoreVerification = True