Matrix Docker Ansible eploy
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

17 行
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