Matrix Docker Ansible eploy
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- {#
- SPDX-FileCopyrightText: 2023 Slavi Pantaleev
-
- SPDX-License-Identifier: AGPL-3.0-or-later
- #}
-
- BIND_ADDRESS=:4050
-
- DATABASE_TYPE={{ matrix_bot_go_neb_database_engine }}
- DATABASE_URL={{ matrix_bot_go_neb_storage_database }}
-
- BASE_URL={{ matrix_bot_go_neb_base_url }}
-
- CONFIG_FILE={{ matrix_bot_go_neb_config_path_in_container }}
|