matrix-docker-ansible-deploy/roles/custom/matrix-pantalaimon/templates/pantalaimon.conf.j2
Slavi Pantaleev 0049ddf002 Add Pantalaimon support
This is actually authored by Julian Foad here
(https://lab.trax.im/matrix/matrix-docker-ansible-deploy), but was in
need of a rebase and various adjustments caused by huge playbook
refactoring that landed in the past months.

This rework is completely untested.

Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/266
2024-03-24 18:35:34 +02:00

11 lines
222 B
Django/Jinja

[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