mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-01-15 20:53:12 +01:00
11 lines
256 B
Plaintext
11 lines
256 B
Plaintext
|
{
|
||
|
"default_server_config": {
|
||
|
"m.homeserver": {
|
||
|
"base_url": "{{ matrix_homeserver_url }}",
|
||
|
"server_name": "{{ matrix_server_name }}"
|
||
|
}
|
||
|
},
|
||
|
"livekit": {
|
||
|
"livekit_service_url": "{{ matrix_element_call_livekit_service_url }}"
|
||
|
}
|
||
|
}
|