Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
overmind
/
matrix-docker-ansible-deploy
réplica de
https://github.com/spantaleev/matrix-docker-ansible-deploy
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
fix: changed matrix server name to matrix domain in element-call config.
element-call-integration
wjbeckett
hace 1 año
padre
f036e18789
commit
1167e1ec13
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
roles/custom/matrix-element-call/templates/config.json.j2
+ 1
- 1
roles/custom/matrix-element-call/templates/config.json.j2
Ver fichero
@@ -2,7 +2,7 @@
"default_server_config": {
"m.homeserver": {
"base_url": "{{ matrix_homeserver_url }}",
"server_name": "{{ matrix_
server_name
}}"
"server_name": "{{ matrix_
domain
}}"
}
},
"livekit": {
Escribir
Vista previa
Cargando…
Cancelar
Guardar