matrix-docker-ansible-deploy/roles/custom/matrix-pantalaimon/templates/pantalaimon.conf.j2
Suguru Hirahara 181d393254
Add license information to files for matrix-pantalaimon
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2025-02-27 18:32:00 +09:00

17 lines
318 B
Django/Jinja

{#
SPDX-FileCopyrightText: 2024 Slavi Pantaleev
SPDX-License-Identifier: AGPL-3.0-or-later
#}
[Default]
LogLevel = {{ matrix_pantalaimon_log_level }}
[homeserver]
Homeserver = {{ matrix_pantalaimon_homeserver_url }}
ListenAddress = 0.0.0.0
ListenPort = 8009
SSL = False
UseKeyring = False
IgnoreVerification = True