3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-10-18 22:23:23 +00:00
Files
matrix-docker-ansible-deploy/roles/custom/matrix-element-call/templates/config.json.j2
2024-11-23 16:40:50 +02:00

12 lines
250 B
Django/Jinja

{
"default_server_config": {
"m.homeserver": {
"base_url": "{{ matrix_homeserver_url }}",
"server_name": "{{ matrix_domain }}"
}
},
"livekit": {
"livekit_service_url": "{{ matrix_livekit_jwt_service_public_url }}"
}
}