Explorar el Código

hard coded redis port.

element-call-integration
wjbeckett hace 1 año
padre
commit
3de399025f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/custom/matrix-element-call/templates/redis.conf.j2

+ 1
- 1
roles/custom/matrix-element-call/templates/redis.conf.j2 Ver fichero

@@ -1,5 +1,5 @@
bind 0.0.0.0
protected-mode yes
port {{ matrix_element_call_redis_port }}
port 6379
timeout 0
tcp-keepalive 300

Cargando…
Cancelar
Guardar