mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 10:47:32 +01:00
0049ddf002
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
11 lines
222 B
Django/Jinja
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
|