Add license information to files in matrix-synapse/templates/synapse

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
Suguru Hirahara
2025-03-04 19:22:38 +09:00
parent 431d4c414b
commit 2eb952201c
17 changed files with 132 additions and 0 deletions

View File

@ -1,3 +1,9 @@
{#
SPDX-FileCopyrightText: 2022 Slavi Pantaleev
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 }}