mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-02-09 02:36:49 +00:00
12 lines
378 B
Django/Jinja
12 lines
378 B
Django/Jinja
{#
|
|
SPDX-FileCopyrightText: 2022 MDAD Team and contributors
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
#}
|
|
|
|
user: {{ matrix_synapse_database_user | to_json }}
|
|
password: {{ matrix_synapse_database_password | to_json }}
|
|
database: {{ matrix_synapse_database_database | to_json }}
|
|
host: {{ matrix_synapse_database_host | to_json }}
|
|
port: {{ matrix_synapse_database_port | to_json }}
|