mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-03-26 06:27:23 +00:00
13 lines
339 B
Django/Jinja
13 lines
339 B
Django/Jinja
{#
|
|
SPDX-FileCopyrightText: 2026 MDAD project contributors
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
#}
|
|
|
|
{#
|
|
Environment variables for the matrix-client-commet container.
|
|
Add custom variables by appending to matrix_client_commet_environment_variables_extension.
|
|
#}
|
|
|
|
{{ matrix_client_commet_environment_variables_extension | default('') }}
|