mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-01-15 04:37:17 +01:00
fix: changed matrix server name to matrix domain in element-call config.
This commit is contained in:
parent
f036e18789
commit
1167e1ec13
@ -2,7 +2,7 @@
|
||||
"default_server_config": {
|
||||
"m.homeserver": {
|
||||
"base_url": "{{ matrix_homeserver_url }}",
|
||||
"server_name": "{{ matrix_server_name }}"
|
||||
"server_name": "{{ matrix_domain }}"
|
||||
}
|
||||
},
|
||||
"livekit": {
|
||||
|
Loading…
Reference in New Issue
Block a user