mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-11-01 07:47:56 +01:00
Feat: Added element call setup and configuration.
This commit is contained in:
11
roles/custom/matrix-element-call/templates/config.json.j2
Normal file
11
roles/custom/matrix-element-call/templates/config.json.j2
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"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 }}"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user