mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-01-15 20:53:12 +01:00
Add matrix_client_cinny_config_homeserverList
variable
This commit is contained in:
parent
e533eef620
commit
c95d181c9a
@ -143,9 +143,13 @@ matrix_client_cinny_path_prefix: /
|
|||||||
# Controls whether the self-check feature should validate SSL certificates.
|
# Controls whether the self-check feature should validate SSL certificates.
|
||||||
matrix_client_cinny_self_check_validate_certificates: true
|
matrix_client_cinny_self_check_validate_certificates: true
|
||||||
|
|
||||||
# config.json
|
# Default homeserver URL to use in the `config.json` file.
|
||||||
|
# See `matrix_client_cinny_config_homeserverList`.
|
||||||
matrix_client_cinny_default_hs_url: ""
|
matrix_client_cinny_default_hs_url: ""
|
||||||
|
|
||||||
|
# Controls the `homeserverList` value in the `config.json` file.
|
||||||
|
matrix_client_cinny_config_homeserverList: "{{ [matrix_client_cinny_default_hs_url] }}" # noqa var-naming
|
||||||
|
|
||||||
# Default Cinny configuration template which covers the generic use case.
|
# Default Cinny configuration template which covers the generic use case.
|
||||||
# You can customize it by controlling the various variables inside it.
|
# You can customize it by controlling the various variables inside it.
|
||||||
#
|
#
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
{
|
{
|
||||||
"defaultHomeserver": 0,
|
"defaultHomeserver": 0,
|
||||||
"homeserverList": [
|
"homeserverList": {{ matrix_client_cinny_config_homeserverList | to_json }}
|
||||||
{{ matrix_client_cinny_default_hs_url | string|to_json }}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user