mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-01-28 10:54:59 +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": {
|
"default_server_config": {
|
||||||
"m.homeserver": {
|
"m.homeserver": {
|
||||||
"base_url": "{{ matrix_homeserver_url }}",
|
"base_url": "{{ matrix_homeserver_url }}",
|
||||||
"server_name": "{{ matrix_server_name }}"
|
"server_name": "{{ matrix_domain }}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"livekit": {
|
"livekit": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user