This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
fix: changed matrix server name to matrix domain in element-call config.
element-call-integration
wjbeckett
1 year ago
parent
f036e18789
commit
1167e1ec13
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
roles/custom/matrix-element-call/templates/config.json.j2
+ 1
- 1
roles/custom/matrix-element-call/templates/config.json.j2
View File
@@ -2,7 +2,7 @@
"default_server_config": {
"m.homeserver": {
"base_url": "{{ matrix_homeserver_url }}",
"server_name": "{{ matrix_
server_name
}}"
"server_name": "{{ matrix_
domain
}}"
}
},
"livekit": {
Write
Preview
Loading…
Cancel
Save